K 10 svn:author V 3 mtm K 8 svn:date V 27 2004-03-26T14:47:54.000000Z K 7 svn:log V 311 o The mutex locking functions aren't normally cancellation points. But, we still have to DTRT when an asynchronously cancellable thread is cancelled while waiting for a mutex. o While dequeueing a waiting mutex don't skip a thread if it has a cancel pending. Only skip it if it is also async cancellable. END