nptl brokenness

This commit is contained in:
rsc 2005-03-18 19:01:16 +00:00
parent f5874be626
commit 33488b09cb

View file

@ -680,3 +680,12 @@ See
The implementation of
.I threadnotify
may not be correct.
.PP
There appears to be a race in the Linux NPTL
implementation of
.I pthread_exit .
Call
.I threadexitsall
rather than coordinating a simultaneous
.I threadexits
among many threads.