summaryrefslogtreecommitdiff
path: root/src/thread/pthread_join.c
AgeCommit message (Expand)AuthorLines
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-4/+0
2018-09-12make inadvertently exposed __pthread_{timed,try}join_np functions staticRich Felker-2/+2
2018-05-05improve joinable/detached thread state handlingRich Felker-5/+6
2018-05-02use a dedicated futex object for pthread_join instead of tid fieldRich Felker-3/+3
2017-08-11trap UB from attempts to join a detached threadRich Felker-0/+1
2016-06-30pthread: implement try/timed join variantsBobby Bingham-3/+17
2015-10-15add missing memory barrier to pthread_joinBobby Bingham-0/+1
2015-03-02suppress masked cancellation in pthread_joinRich Felker-1/+5
2015-03-02fix namespace issue in pthread_join affecting thrd_joinRich Felker-1/+2
2015-03-02factor cancellation cleanup push/pop out of futex __timedwait functionRich Felker-5/+1
2014-09-06use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt-2/+6
2014-09-05make non-waiting paths of sem_[timed]wait and pthread_join cancelableRich Felker-0/+1
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker-0/+1
2011-09-11fix serious bug in pthread_joinRich Felker-2/+2
2011-09-09fix pthread_join wait call: thread termination tid futex is not privateRich Felker-1/+1
2011-08-02unify and overhaul timed futex waitsRich Felker-1/+5
2011-04-17overhaul pthread cancellationRich Felker-3/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+12