diff options
author | rsc <devnull@localhost> | 2005-03-18 19:01:16 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-03-18 19:01:16 +0000 |
commit | 33488b09cb167525d50ab5f411fed6884093321f (patch) | |
tree | c286f1946961538aa77e33abe70a937d77786742 /man/man3 | |
parent | f5874be6261edbe5fa48c3343c69b735b317c6d9 (diff) | |
download | plan9port-33488b09cb167525d50ab5f411fed6884093321f.tar.gz plan9port-33488b09cb167525d50ab5f411fed6884093321f.tar.bz2 plan9port-33488b09cb167525d50ab5f411fed6884093321f.zip |
nptl brokenness
Diffstat (limited to 'man/man3')
-rw-r--r-- | man/man3/thread.3 | 9 |
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. |