summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_specific.c
AgeCommit message (Expand)Author
2013-03-21- Allow libpthread to be dlopened again, by providing libc stubs to libpthread.christos
2013-03-06add assertionsyamt
2012-11-21Replace the simple implementation of pthread_key_{create,destroy}christos
2012-09-12Only copy the ucontext_t in pthread_setcontext if _UC_TLSBASE is set.matt
2012-09-12setcontext() used to be incompatible with -lpthread since it affectedmanu
2008-06-23pthread_curcpu_np: remove hack for pthread_dummy_lwpctl.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-22Back out previous. It seems to expose another bug in libpthread/libc,ad
2008-03-21Move pthread__errno() into pthread_specific.c so it gets the "no stackad
2008-01-08cast -1 to unsigned int.christos
2008-01-07pthread_curcpu_np: map LWPCTL_CPU_NONE to 0 so that this works in the caseyamt
2007-12-07Back out previous now that libc/libpthread are initialized first.ad
2007-12-01Hack around ld.so initializing pthread users before libpthread/libc.ad
2007-11-27Add thr_curcpu(), pthread_curcpu_np().ad
2007-11-13Cosmetic change.ad
2007-08-16- Reinitialize the absolute minimum when recycling user thread state.ad
2003-08-13Split out pthread_{set,get}specific() into a separate file and arrangenathanw
2003-07-17Don't use PTHREAD_DESTRUCTOR_ITERATIONS; the constant is going away.nathanw
2003-05-15Fix typo in comment.wiz
2003-05-15Remove an unnecessary test in pthread_getspecific().nathanw
2003-03-08add __RCSID()lukem
2003-02-15Remove unused #include <assert.h>nathanw
2003-01-21Don't bother acquiring the tsd_lock and reading the destructor functionnathanw
2003-01-18de-lintchristos
2003-01-18Merge the nathanw_sa branch.thorpej