about summary refs log tree commit diff
path: root/src/thread/pthread_mutexattr_setrobust.c
Commit message (Collapse)AuthorAgeFilesLines
* implement robust mutexesRich Felker2011-03-171-0/+9
some of this code should be cleaned up, e.g. using macros for some of the bit flags, masks, etc. nonetheless, the code is believed to be working and correct at this point.