Date: Sat, 6 Jun 1998 00:24:26 -0700 (PDT) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_spec.c Message-ID: <199806060724.AAA08435@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/06/06 00:24:25 PDT Modified files: lib/libc_r/uthread uthread_spec.c Log: Simplify the handling of thread specific data. Only track if a key is allocated or not, rather than keeping a count and attempting to know it it is in-use. POSIX says that once a key is deleted, using the key again results in undefined behaviour. Revision Changes Path 1.8 +33 -45 src/lib/libc_r/uthread/uthread_spec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806060724.AAA08435>