fix async thread cancellation stack alignment
[musl] / src / thread / pthread_cond_timedwait.c
2020-10-30 Rich Felkerfix erroneous pthread_cond_wait mutex waiter count...
2020-10-30 Rich Felkerfix missing-wake regression in pthread_cond_wait
2020-10-26 Rich Felkerfix pthread_cond_wait paired with with priority-inherit...
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2017-07-04 Jens Gustedtunify the use of FUTEX_PRIVATE
2015-03-07 Rich Felkerfix regression in pthread_cond_wait with cancellation...
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-02-23 Rich Felkerfix breakage in pthread_cond_wait due to typo
2015-02-23 Rich Felkersimplify cond var code now that cleanup handler is...
2015-02-23 Rich Felkerfix pthread_cond_wait cancellation race
2014-09-06 Jens Gustedtuse weak symbols for the POSIX functions that will...
2014-08-23 Rich Felkerfix fallback checks for kernels without private futex...
2014-08-18 Rich Felkerfurther simplify and optimize new cond var
2014-08-18 Rich Felkersimplify and improve new cond var implementation
2014-08-18 Rich Felkerredesign cond var implementation to fix multiple issues
2014-08-16 Rich Felkermake futex operations use private-futex mode when possible
2014-06-10 Rich Felkerreplace all remaining internal uses of pthread_self...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-10-03 Rich Felkersynchronize cond var destruction with exiting waits
2011-09-27 Rich Felkerfix crash in pthread_cond_wait mutex-locked check
2011-09-27 Rich Felkerimprove/debloat mutex unlock error checking in pthread_...
2011-09-27 Rich Felkercheck mutex owner in pthread_cond_wait
2011-09-26 Rich Felkeranother cond var fix: requeue count race condition
2011-09-26 Rich Felkerfix lost signals in cond vars
2011-09-26 Rich Felkerredo cond vars again, use sequence numbers
2011-09-25 Rich Felkernew futex-requeue-based pthread_cond_broadcast implemen...
2011-09-24 Rich Felkerfix ABA race in cond vars, improve them overall
2011-09-23 Rich Felkerfix deadlock in condition wait whenever there are multi...
2011-08-03 Rich Felkerunify and overhaul timed futex waits
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-07 Rich Felkeruse the selected clock from the condattr for pthread_co...
2011-02-17 Rich Felkerreorganize pthread data structures and move the definit...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0