Searched refs:robust (Results 1 – 9 of 9) sorted by relevance
37 const int robust[] = { in do_test() local51 for (int r = 0; r < array_length (robust); r++) in do_test()58 xpthread_mutexattr_setrobust (&attr, robust[r]); in do_test()
16 -- For robust mutexes21 -- For robust and PI mutexes
218 int kind, robust; in ___pthread_mutex_trylock() local224 robust = mutex_kind & PTHREAD_MUTEX_ROBUST_NORMAL_NP; in ___pthread_mutex_trylock()227 if (robust) in ___pthread_mutex_trylock()284 assert (robust); in ___pthread_mutex_trylock()288 int private = (robust in ___pthread_mutex_trylock()333 if (robust in ___pthread_mutex_trylock()349 if (robust) in ___pthread_mutex_trylock()
301 int kind, robust; in __pthread_mutex_clocklock_common() local307 robust = mutex_kind & PTHREAD_MUTEX_ROBUST_NORMAL_NP; in __pthread_mutex_clocklock_common()310 if (robust) in __pthread_mutex_clocklock_common()361 int private = (robust in __pthread_mutex_clocklock_common()375 assert (e != ESRCH || !robust); in __pthread_mutex_clocklock_common()390 assert (robust || (oldval & FUTEX_OWNER_DIED) == 0); in __pthread_mutex_clocklock_common()417 if (robust in __pthread_mutex_clocklock_common()434 if (robust) in __pthread_mutex_clocklock_common()
366 int kind, robust; in __pthread_mutex_lock_full() local372 robust = mutex_kind & PTHREAD_MUTEX_ROBUST_NORMAL_NP; in __pthread_mutex_lock_full()375 if (robust) in __pthread_mutex_lock_full()427 int private = (robust in __pthread_mutex_lock_full()439 assert (e != ESRCH || !robust); in __pthread_mutex_lock_full()449 assert (robust || (oldval & FUTEX_OWNER_DIED) == 0); in __pthread_mutex_lock_full()481 if (robust in __pthread_mutex_lock_full()498 if (robust) in __pthread_mutex_lock_full()
137 goto robust; in libc_hidden_def()155 robust: in libc_hidden_def()277 int robust = atomic_load_relaxed (&(mutex->__data.__kind)) in libc_hidden_def() local279 private = (robust in libc_hidden_def()
32 #define SET_ROBUST(attr, robust) pthread_mutexattr_setrobust (attr, robust) argument
520 void *robust = pd->robust_head.list; in start_thread() local522 __pthread_slist_t *robust = pd->robust_list.__next; in start_thread() local528 && __builtin_expect (robust != (void *) &pd->robust_head, 0)) in start_thread()533 ((char *) robust - offsetof (struct __pthread_mutex_s, in start_thread()535 robust = *((void **) robust); in start_thread()546 while (robust != (void *) &pd->robust_head); in start_thread()
302 tst-robust-fork \
Completed in 11 milliseconds