Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2014-09-06 | use weak symbols for the POSIX functions that will be used by C threads | Jens Gustedt | -2/+6 |
2014-08-15 | make futex operations use private-futex mode when possible | Rich Felker | -1/+2 |
2011-08-07 | add fast path for normal mutexes back to pthread_mutex_lock | Rich Felker | -0/+3 |
2011-08-02 | avoid accessing mutex memory after atomic unlock | Rich Felker | -13/+1 |
2011-04-14 | cheap trick to further optimize locking normal mutexes | Rich Felker | -1/+1 |
2011-03-30 | cheap special-case optimization for normal mutexes | Rich Felker | -0/+4 |
2011-03-17 | implement robust mutexes | Rich Felker | -3/+3 |
2011-03-17 | unify lock and owner fields of mutex structure | Rich Felker | -2/+3 |
2011-03-16 | correct error returns for error-checking mutexes | Rich Felker | -1/+5 |
2011-02-17 | reorganize pthread data structures and move the definitions to alltypes.h | Rich Felker | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+9 |