about summary refs log tree commit diff
path: root/src/thread/pthread_self.c
Commit message (Collapse)AuthorAgeFilesLines
* use bss instead of mmap for main thread's pthread thread-specific dataRich Felker2011-04-011-9/+3
| | | | this simplifies code and removes a failure case
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
|
* optimize pthread initializationRich Felker2011-03-091-2/+2
| | | | | | the set_tid_address returns the tid (which is also the pid when called from the initial thread) so there is no need to make a separate syscall to get pid/tid.
* optimize POSIX TSD for fast pthread_getspecificRich Felker2011-03-031-0/+11
|
* finish unifying thread register handling in preparation for portingRich Felker2011-02-151-9/+3
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+39