summaryrefslogtreecommitdiff
path: root/src/thread/pthread_self.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-06simplify multi-threaded errno, eliminate useless function pointerRich Felker1-7/+2
2011-07-30add proper fuxed-based locking for stdioRich Felker1-0/+2
2011-04-20fix minor bugs due to incorrect threaded-predicate semanticsRich Felker1-4/+2
2011-04-17debloat: use __syscall instead of syscall where possibleRich Felker1-1/+1
2011-04-17optimize cancellation enable/disable codeRich Felker1-0/+1
2011-04-01use bss instead of mmap for main thread's pthread thread-specific dataRich Felker1-9/+3
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-1/+1
2011-03-09optimize pthread initializationRich Felker1-2/+2
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