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