David Xu 6675b36ec5 In kern_sigtimedwait, remove waitset bits for td_sigmask before
sleeping, so in do_tdsignal, we no longer need to test td_waitset.
now td_waitset is only used to give a thread higher priority when
delivering signal to multithreads process.
This also fixes a bug:
when a thread in sigwait states was suspended and later resumed
by SIGCONT, it can no longer receive signals belong to waitset.
2005-03-02 13:43:51 +00:00
..
2005-03-01 17:44:34 +00:00
2005-02-10 12:23:29 +00:00
2004-12-30 20:30:58 +00:00
2005-03-01 17:44:34 +00:00
2005-02-27 22:02:03 +00:00
2005-02-27 22:02:03 +00:00
2005-02-10 12:23:29 +00:00
2005-02-10 12:17:48 +00:00
2005-02-07 09:26:58 +00:00