Date: Tue, 19 Mar 2002 14:58:56 -0800 (PST) From: Daniel Eischen <deischen@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_create.c uthread_exit.c uthread_fork.c uthread_init.c uthread_spec.c Message-ID: <200203192258.g2JMwu944269@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2002/03/19 14:58:56 PST Modified files: lib/libc_r/uthread pthread_private.h uthread_create.c uthread_exit.c uthread_fork.c uthread_init.c uthread_spec.c Log: Add the ability to recognize old references to keys, and return NULL when old keys are referenced (after pthread_key_delete()) via pthread_getspecific(). Revision Changes Path 1.68 +8 -10 src/lib/libc_r/uthread/pthread_private.h 1.33 +1 -1 src/lib/libc_r/uthread/uthread_create.c 1.25 +1 -1 src/lib/libc_r/uthread/uthread_exit.c 1.27 +3 -3 src/lib/libc_r/uthread/uthread_fork.c 1.38 +1 -1 src/lib/libc_r/uthread/uthread_init.c 1.17 +42 -22 src/lib/libc_r/uthread/uthread_spec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203192258.g2JMwu944269>