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
..
2012-08-21 16:35:14 +00:00
2012-07-12 19:30:53 +00:00
2012-06-02 08:47:26 +00:00
2012-02-11 20:43:01 +00:00
2012-04-18 07:02:53 +00:00
2012-05-11 20:06:46 +00:00
2012-06-02 08:47:26 +00:00
2012-03-23 23:07:02 +00:00
2012-05-11 20:06:46 +00:00
2012-06-21 21:47:08 +00:00
2012-02-25 14:31:25 +00:00
2012-06-21 21:47:08 +00:00
2012-08-15 20:02:54 +00:00