Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop use of pthread_once in mutexattr kernel support tests | Rich Felker | 2020-10-14 | 1 | -11/+9 |
* | check for kernel support before allowing robust mutex creation | Rich Felker | 2018-09-15 | 1 | -1/+17 |
* | process robust list in pthread_exit to fix detached thread use-after-unmap | Rich Felker | 2015-04-10 | 1 | -24/+0 |
* | make pointers used in robust list volatile | Rich Felker | 2014-08-17 | 1 | -4/+6 |
* | enable private futex for process-local robust mutexes | Rich Felker | 2014-08-16 | 1 | -0/+22 |
* | make pthread attribute types structs, even when they just have one field | Rich Felker | 2013-07-22 | 1 | -2/+2 |
* | implement robust mutexes | Rich Felker | 2011-03-17 | 1 | -0/+9 |