Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2014-08-16 | fix robust mutex unrecoverable status, and related clean-up | Rich Felker | -1/+1 |
2014-08-16 | fix false ownership of mutexes due to tid reuse, using robust list | Rich Felker | -2/+2 |
2014-08-15 | make futex operations use private-futex mode when possible | Rich Felker | -1/+1 |
2014-06-10 | replace all remaining internal uses of pthread_self with __pthread_self | Rich Felker | -1/+1 |
2011-03-17 | implement robust mutexes | Rich Felker | -0/+10 |