davidxu 22a81fc246 if a thread blocked on userland condition variable is
pthread_cancel()ed, it is expected that the thread will not
consume a pthread_cond_signal(), therefor, we use thr_wake()
to mark a flag, the flag tells a thread calling do_cv_wait()
in umtx code to not block on a condition variable.
Thread library is expected that once a thread detected itself
is in pthread_cond_wait, it will call the thr_wake() for itself
in its SIGCANCEL handler.
2006-12-04 14:15:12 +00:00
..
2005-05-31 15:18:17 +00:00
2006-03-23 08:47:28 +00:00
2006-07-24 00:33:24 +00:00
2006-09-21 01:38:58 +00:00
2006-09-26 12:45:47 +00:00
2006-08-16 09:34:56 +00:00
2006-03-11 10:24:50 +00:00
2005-05-08 11:30:26 +00:00
2006-04-07 05:16:02 +00:00
2006-09-22 22:11:29 +00:00
2005-01-07 19:31:43 +00:00
2005-10-03 14:06:00 +00:00
2005-12-26 22:09:09 +00:00
2005-12-30 11:45:07 +00:00
2006-11-14 11:40:45 +00:00
2005-09-19 08:07:18 +00:00
2005-04-02 12:33:31 +00:00
2005-12-04 02:12:43 +00:00
2006-03-28 16:20:29 +00:00
2006-03-28 16:20:29 +00:00
2006-11-11 16:19:12 +00:00
2005-11-16 18:18:52 +00:00
2006-11-26 11:55:48 +00:00
2006-03-01 06:48:31 +00:00
2006-11-29 19:08:45 +00:00