jhb 63837ad584 Remove an assertion that is no longer correct with the addition of
sx_sleep().  During sx_sleep(), we drop the sleepqueue chain lock after
putting the thread on the queue but before checking for signals while
we release the sx lock.  If another thread wakes up the thread that is
about to go to sleep during that window, then TDF_SINTR won't be set when
the current thread checks for signals.  Thus, it isn't accurate to always
assert that that flag is set here anymore.

Reported by:	peter
Approved by:	re (kib)
2008-09-10 21:30:35 +00:00
..
2006-05-16 00:23:44 +00:00
2007-12-07 14:30:26 +00:00
MFC
2006-03-16 00:25:32 +00:00
2008-02-13 16:41:26 +00:00
2008-04-24 10:52:30 +00:00
2005-11-13 03:14:00 +00:00
2005-10-09 03:29:03 +00:00
2006-09-04 17:17:25 +00:00
2005-11-13 03:12:32 +00:00
2008-08-28 20:29:33 +00:00
MFC
2007-03-09 13:54:26 +00:00
2008-05-12 06:45:37 +00:00
2006-08-07 10:12:56 +00:00
2005-03-26 20:04:28 +00:00
2007-10-16 21:32:19 +00:00
2008-09-05 17:03:10 +00:00
2008-09-05 17:03:10 +00:00
2005-07-18 19:54:49 +00:00
2006-04-05 22:15:00 +00:00
2007-11-05 11:49:44 +00:00
2005-10-06 18:29:30 +00:00
2006-05-22 23:51:14 +00:00
2006-10-15 18:23:14 +00:00
2005-03-14 06:51:29 +00:00
2006-09-02 05:42:16 +00:00
2007-03-05 11:17:31 +00:00
2008-04-24 10:52:30 +00:00
2008-07-18 13:57:05 +00:00
2006-09-29 07:33:56 +00:00
2008-05-26 11:15:15 +00:00
2008-07-18 14:45:22 +00:00
2007-08-23 18:17:08 +00:00
2006-09-09 01:30:11 +00:00
MFC
2007-06-11 11:27:04 +00:00
2006-09-05 03:23:02 +00:00
MFC
2007-03-09 13:54:26 +00:00
2007-02-23 12:23:41 +00:00
2007-05-10 09:18:07 +00:00
2007-05-24 16:09:38 +00:00
2008-05-17 12:46:24 +00:00