K 10 svn:author V 3 jhb K 8 svn:date V 27 2006-11-07T19:45:05.000000Z K 7 svn:log V 258 Simplify operations with sync_mtx in sched_sync(): - Don't drop the lock just to reacquire it again to check rushjob, this only wastes time. - Use msleep() to drop the mutex while sleeping instead of explicitly unlocking around tsleep. Reviewed by: pjd END