Home
last modified time | relevance | path

Searched refs:robust (Results 1 – 3 of 3) sorted by relevance

/third_party/ulib/musl/pthread/
A Dpthread_attr_get.c41 int pthread_mutexattr_getrobust(const pthread_mutexattr_t* restrict a, int* restrict robust) { in pthread_mutexattr_getrobust() argument
43 *robust = 0; in pthread_mutexattr_getrobust()
A Dpthread_mutexattr_setrobust.c3 int pthread_mutexattr_setrobust(pthread_mutexattr_t* a, int robust) { in pthread_mutexattr_setrobust() argument
/third_party/ulib/musl/
A DWHATSNEW78 implemented flockfile, wprintf, and robust mutex functions.
315 - robust mutex list was not reset on fork
386 - lock count corruption with robust recursive mutexes on owner death
511 - new musl-gcc wrapper, specfile based, faster and more robust
706 - extremely rare/obscure race condition with robust mutexes
881 - robust posix_spawn based on CLONE_VM instead of vfork
1354 - possible failure-to-wake for robust mutexes on owner death
1355 - subtle errors in robust mutex unrecoverable status handling
1489 - failure to process robust mutexes on detached-thread exit
1490 - possible memory corruption due to robust mutex list on detached-thread exit

Completed in 7 milliseconds