summaryrefslogtreecommitdiff
path: root/src/thread/pthread_self.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09optimize pthread initializationRich Felker1-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.
2011-03-03optimize POSIX TSD for fast pthread_getspecificRich Felker1-0/+11
2011-02-15finish unifying thread register handling in preparation for portingRich Felker1-9/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+39