summaryrefslogtreecommitdiff
path: root/src/thread/pthread_key_create.c
AgeCommit message (Expand)AuthorLines
2011-04-03simplify pthread tsd key handlingRich Felker-1/+6
2011-04-03omit pthread tsd dtor code if tsd is not usedRich Felker-1/+18
2011-04-01use bss instead of mmap for main thread's pthread thread-specific dataRich Felker-0/+1
2011-03-31greatly simplify pthread_key_create (~20% size reduction)Rich Felker-10/+9
2011-03-03optimize POSIX TSD for fast pthread_getspecificRich Felker-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+25