davidxu 2008-03-11 03:26:47 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_sem.c Log: If a thread is cancelled, it may have already consumed a umtx_wake, check waiter and semphore counter to see if we may wake up next thread. Revision Changes Path 1.14 +2 -0 src/lib/libthr/thread/thr_sem.c