K 10 svn:author V 8 tanimura K 8 svn:date V 27 2002-07-30T10:12:11.000000Z K 7 svn:log V 238 In endtsleep() and cv_timedwait_end(), a thread marked TDF_TIMEOUT may be swapped out. Do not put such the thread directly back to the run queue. Spotted by: David Xu While I am here, s/PS_TIMEOUT/TDF_TIMEOUT/. END