use atomic decrement rather than cas in pthread_exit thread count
authorRich Felker <dalias@aerifal.cx>
Fri, 26 Apr 2013 20:05:39 +0000 (16:05 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 26 Apr 2013 20:05:39 +0000 (16:05 -0400)
now that blocking signals prevents any application code from running
while the last thread is exiting, the cas logic is no longer needed to
prevent decrementing below zero.


No differences found