minor locking optimizations
[musl] / src / thread / pthread_key_create.c
2011-04-20 Rich Felkermove some more code out of pthread_create.c
2011-04-03 Rich Felkersimplify pthread tsd key handling
2011-04-03 Rich Felkeromit pthread tsd dtor code if tsd is not used
2011-04-02 Rich Felkeruse bss instead of mmap for main thread's pthread threa...
2011-03-31 Rich Felkergreatly simplify pthread_key_create (~20% size reduction)
2011-03-03 Rich Felkeroptimize POSIX TSD for fast pthread_getspecific
2011-02-12 Rich Felkerinitial check-in, version 0.5.0