fix wide printf forms ignoring width for %lc format specifier
[musl] / src / thread / sem_timedwait.c
2022-12-13 Rich Felkersemaphores: fix missed wakes from ABA bug in waiter...
2018-12-20 Rich Felkermake sem_wait and sem_timedwait interruptible by signals
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-03-02 Rich Felkerfactor cancellation cleanup push/pop out of futex __tim...
2015-01-15 Rich Felkersuppress EINTR in sem_wait and sem_timedwait
2014-09-05 Rich Felkermake non-waiting paths of sem_[timed]wait and pthread_j...
2014-08-26 Rich Felkerrefrain from spinning on locks when there is already...
2014-08-25 Rich Felkerspin in sem_[timed]wait before performing futex wait
2014-08-16 Rich Felkermake futex operations use private-futex mode when possible
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-08-03 Rich Felkerfix sem_timedwait bug introduced in timedwait unification
2011-08-03 Rich Felkerunify and overhaul timed futex waits
2011-08-02 Rich Felkeroverhaul posix semaphores to fix destructability race
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-06 Rich Felkermajor semaphore improvements (performance and correctness)
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