K 10 svn:author V 7 davidxu K 8 svn:date V 27 2004-06-18T06:21:09.000000Z K 7 svn:log V 251 Remove a bogus panic. It is possible more than one threads will be suspended in thread_suspend_check, after they are resumed, all threads will call thread_single, but only one can be success, others should retry and will exit in thread_suspend_check. END