Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-03-02 | suppress masked cancellation in pthread_join | Rich Felker | -1/+5 |
2015-03-02 | fix namespace issue in pthread_join affecting thrd_join | Rich Felker | -1/+2 |
2015-03-02 | factor cancellation cleanup push/pop out of futex __timedwait function | Rich Felker | -5/+1 |
2014-09-06 | use weak symbols for the POSIX functions that will be used by C threads | Jens Gustedt | -2/+6 |
2014-09-05 | make non-waiting paths of sem_[timed]wait and pthread_join cancelable | Rich Felker | -0/+1 |
2012-11-08 | clean up sloppy nested inclusion from pthread_impl.h | Rich Felker | -0/+1 |
2011-09-11 | fix serious bug in pthread_join | Rich Felker | -2/+2 |
2011-09-09 | fix pthread_join wait call: thread termination tid futex is not private | Rich Felker | -1/+1 |
2011-08-02 | unify and overhaul timed futex waits | Rich Felker | -1/+5 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | -3/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+12 |