about summary refs log tree commit diff
path: root/src/thread/pthread_key_create.c
Commit message (Expand)AuthorAgeFilesLines
* simplify pthread tsd key handlingRich Felker2011-04-031-1/+6
* omit pthread tsd dtor code if tsd is not usedRich Felker2011-04-031-1/+18
* use bss instead of mmap for main thread's pthread thread-specific dataRich Felker2011-04-011-0/+1
* greatly simplify pthread_key_create (~20% size reduction)Rich Felker2011-03-311-10/+9
* optimize POSIX TSD for fast pthread_getspecificRich Felker2011-03-031-0/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+25