Searched refs:robust (Results 1 – 3 of 3) sorted by relevance
41 int pthread_mutexattr_getrobust(const pthread_mutexattr_t* restrict a, int* restrict robust) { in pthread_mutexattr_getrobust() argument43 *robust = 0; in pthread_mutexattr_getrobust()
3 int pthread_mutexattr_setrobust(pthread_mutexattr_t* a, int robust) { in pthread_mutexattr_setrobust() argument
78 implemented flockfile, wprintf, and robust mutex functions.315 - robust mutex list was not reset on fork386 - lock count corruption with robust recursive mutexes on owner death511 - new musl-gcc wrapper, specfile based, faster and more robust706 - extremely rare/obscure race condition with robust mutexes881 - robust posix_spawn based on CLONE_VM instead of vfork1354 - possible failure-to-wake for robust mutexes on owner death1355 - subtle errors in robust mutex unrecoverable status handling1489 - failure to process robust mutexes on detached-thread exit1490 - possible memory corruption due to robust mutex list on detached-thread exit
Completed in 7 milliseconds