K 10 svn:author V 3 jhb K 8 svn:date V 27 2004-03-16T18:56:22.000000Z K 7 svn:log V 363 Remove a bogus assertion and readd it in a more correct location. A thread might be enqueued on a sleep queue but not be asleep when the timeout fires if it is blocked on a lock trying to check for pending signals before going to sleep. In the case of fixing up the TDF_TIMEOUT race, however, the thread must be marked asleep. Reported by: kan (the bogus one) END