optimize pthread termination in the non-detached case
authorRich Felker <dalias@aerifal.cx>
Thu, 10 Mar 2011 23:31:37 +0000 (18:31 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 10 Mar 2011 23:31:37 +0000 (18:31 -0500)
we can avoid blocking signals by simply using a flag to mark that the
thread has exited and prevent it from getting counted in the rsyscall
signal-pingpong. this restores the original pthread create/join
throughput from before the sigprocmask call was added.


No differences found