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