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