Home
last modified time | relevance | path

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

/nptl/
A Dtst-mutexpi10.c37 const int robust[] = { in do_test() local
51 for (int r = 0; r < array_length (robust); r++) in do_test()
58 xpthread_mutexattr_setrobust (&attr, robust[r]); in do_test()
A Dnptl_lock_constants.pysym16 -- For robust mutexes
21 -- For robust and PI mutexes
A Dpthread_mutex_trylock.c218 int kind, robust; in ___pthread_mutex_trylock() local
224 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()
A Dpthread_mutex_timedlock.c301 int kind, robust; in __pthread_mutex_clocklock_common() local
307 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()
A Dpthread_mutex_lock.c366 int kind, robust; in __pthread_mutex_lock_full() local
372 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()
A Dpthread_mutex_unlock.c137 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() local
279 private = (robust in libc_hidden_def()
A Dtest-mutexattr-printers.c32 #define SET_ROBUST(attr, robust) pthread_mutexattr_setrobust (attr, robust) argument
A Dpthread_create.c520 void *robust = pd->robust_head.list; in start_thread() local
522 __pthread_slist_t *robust = pd->robust_list.__next; in start_thread() local
528 && __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()
A DMakefile302 tst-robust-fork \

Completed in 11 milliseconds