summaryrefslogtreecommitdiff
path: root/src/thread/pthread_mutexattr_setrobust.c
AgeCommit message (Expand)AuthorLines
2018-09-15check for kernel support before allowing robust mutex creationRich Felker-1/+17
2015-04-10process robust list in pthread_exit to fix detached thread use-after-unmapRich Felker-24/+0
2014-08-17make pointers used in robust list volatileRich Felker-4/+6
2014-08-16enable private futex for process-local robust mutexesRich Felker-0/+22
2013-07-22make pthread attribute types structs, even when they just have one fieldRich Felker-2/+2
2011-03-17implement robust mutexesRich Felker-0/+9