Commit Graph

4 Commits

Author SHA1 Message Date
6dc05fbe19 optimize pthread initialization
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-09 20:21:23 -05:00
b480808a6a optimize POSIX TSD for fast pthread_getspecific 2011-03-03 18:30:44 -05:00
7b2dd2235d finish unifying thread register handling in preparation for porting 2011-02-15 03:56:52 -05:00
0b44a0315b initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00