track all live threads in an AS-safe, fully-consistent linked list
[musl] / src / thread / pthread_join.c
2019-02-16 Rich Felkertrack all live threads in an AS-safe, fully-consistent...
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkermake inadvertently exposed __pthread_{timed,try}join_np...
2018-05-06 Rich Felkerimprove joinable/detached thread state handling
2018-05-02 Rich Felkeruse a dedicated futex object for pthread_join instead...
2017-08-12 Rich Felkertrap UB from attempts to join a detached thread
2016-07-01 Bobby Binghampthread: implement try/timed join variants
2015-10-16 Bobby Binghamadd missing memory barrier to pthread_join
2015-03-02 Rich Felkersuppress masked cancellation in pthread_join
2015-03-02 Rich Felkerfix namespace issue in pthread_join affecting thrd_join
2015-03-02 Rich Felkerfactor cancellation cleanup push/pop out of futex __tim...
2014-09-06 Jens Gustedtuse weak symbols for the POSIX functions that will...
2014-09-05 Rich Felkermake non-waiting paths of sem_[timed]wait and pthread_j...
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2011-09-11 Rich Felkerfix serious bug in pthread_join
2011-09-10 Rich Felkerfix pthread_join wait call: thread termination tid...
2011-08-03 Rich Felkerunify and overhaul timed futex waits
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-02-12 Rich Felkerinitial check-in, version 0.5.0