1.0.20.10: semaphore and condition variable fixes
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 19 Sep 2008 14:55:52 +0000 (14:55 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 19 Sep 2008 14:55:52 +0000 (14:55 +0000)
 * Keep track of waiters on semaphores, so we know when a wakeup is
   needed.

 * Interrupt proof semaphores and condition variables.

 * Check that the current thread owns the mutex in CONDITION-WAIT.


No differences found