revert some more spin optimizations that turned out to be pessimizations
[oweals/musl.git] / src / thread / sem_timedwait.c
2011-03-24 Rich Felkeroverhaul cancellation to fix resource leaks and dangero...
2011-03-11 Rich Felkerfix some semaphore wait semantics (race condition deadl...
2011-03-07 Rich Felkerfix off-by-one error in sem_(timed)wait (using old...
2011-03-04 Rich Felkerimplement POSIX semaphores