optimize pthread initialization
authorRich Felker <dalias@aerifal.cx>
Thu, 10 Mar 2011 01:21:23 +0000 (20:21 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 10 Mar 2011 01:21:23 +0000 (20:21 -0500)
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.


No differences found