K 10 svn:author V 4 jeff K 8 svn:date V 27 2005-03-31T04:25:59.000000Z K 7 svn:log V 403 - Remove apause(). It makes no sense with our present mutex implementation since simply unlocking a mutex does not ensure that one of the waiters will run and acquire it. We're more likely to reacquire the mutex before anyone else has a chance. It has also bit me three times now, as it's not safe to drop the interlock before sleeping in many cases. Sponsored by: Isilon Systems, Inc. END