aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man3/thread.39
1 files changed, 9 insertions, 0 deletions
diff --git a/man/man3/thread.3 b/man/man3/thread.3
index 4212c6f3..92abb3f3 100644
--- a/man/man3/thread.3
+++ b/man/man3/thread.3
@@ -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.