Searched defs:r (Results 1 – 19 of 19) sorted by relevance
37 unsigned int r = atomic_load_relaxed (&rwlock->__data.__readers); in ___pthread_rwlock_trywrlock() local
39 unsigned int r = atomic_load_relaxed (&rwlock->__data.__readers); in ___pthread_rwlock_tryrdlock() local
30 pthread_rwlock_t r; in do_test() local
43 int r; in do_test() member51 for (int r = 0; r < array_length (robust); r++) in do_test() local
43 int r = pthread_barrier_wait (&b); in tf() local67 int r = pthread_barrier_wait (&b); in tf2() local124 int r = pthread_barrier_wait (&b); in do_test() local
26 pthread_rwlock_t r; in do_test() local
232 unsigned int r = atomic_load_relaxed (&rwlock->__data.__readers); in __pthread_rwlock_rdunlock() local284 unsigned int r; in __pthread_rwlock_rdlock_full64() local559 unsigned int r = atomic_load_relaxed (&rwlock->__data.__readers); in __pthread_rwlock_wrunlock() local622 unsigned int r = atomic_fetch_or_acquire (&rwlock->__data.__readers, in __pthread_rwlock_wrlock_full64() local
70 int r = pthread_barrier_wait (&b2); in tf_sendmmsg() local
66 int r = pthread_barrier_wait (&b2); in tf_recvmmsg() local
59 int r = pthread_barrier_wait (&b2); in fn_read() local177 void *r; in do_test() local
61 void *r; in main() local
29 static pthread_rwlock_t r = PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP; variable
54 pthread_rwlock_t *r = args->rwlock; in tf() local103 pthread_rwlock_t r; in do_test_clock() local
53 pthread_rwlock_t *r = args->rwlock; in tf() local99 pthread_rwlock_t r; in do_test_clock() local
148 int r; in do_test() local
262 void *r; in check_type() local
174 unsigned int r = 42; in do_test() local
123 void *r = xpthread_join (th); in do_test() local
256 unsigned r = atomic_fetch_or_release (cond->__data.__g_refs + g1, 0); in __condvar_quiesce_and_switch_g1() local
Completed in 14 milliseconds