HardenedBSD/lib/libthr
David Xu a7b84c6512 In suspend_common(), don't wait for a thread which is in creation, because
pthread_suspend_all_np() may have already suspended its parent thread.
Add locking code in pthread_suspend_all_np() to only allow one thread
to suspend other threads, this eliminates a deadlock where two or more
threads try to suspend each others.
2012-08-27 03:09:39 +00:00
..
arch
support
sys
thread In suspend_common(), don't wait for a thread which is in creation, because 2012-08-27 03:09:39 +00:00
libthr.3
Makefile
pthread.map