summaryrefslogtreecommitdiff
path: root/src/thread/pthread_join.c
AgeCommit message (Expand)AuthorLines
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