clean up dns_parse_callback
[musl] / src / thread / pthread_cond_broadcast.c
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
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...
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-26 Rich Felkerrevert previous change in cond var waiter move
2011-09-26 Rich Felkeroptimize cond waiter move using atomic swap instead...
2011-09-25 Rich Felkerfix logic for when wakeup is not desired on cond bcast
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-07 Rich Felkercondition variable signal/bcast need not wake unless...
2011-02-17 Rich Felkerreorganize pthread data structures and move the definit...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0