Home
last modified time | relevance | path

Searched defs:r (Results 1 – 19 of 19) sorted by relevance

/nptl/
A Dpthread_rwlock_trywrlock.c37 unsigned int r = atomic_load_relaxed (&rwlock->__data.__readers); in ___pthread_rwlock_trywrlock() local
A Dpthread_rwlock_tryrdlock.c39 unsigned int r = atomic_load_relaxed (&rwlock->__data.__readers); in ___pthread_rwlock_tryrdlock() local
A Dtst-rwlock3.c30 pthread_rwlock_t r; in do_test() local
A Dtst-mutexpi10.c43 int r; in do_test() member
51 for (int r = 0; r < array_length (robust); r++) in do_test() local
A Dtst-cancel17.c43 int r = pthread_barrier_wait (&b); in tf() local
67 int r = pthread_barrier_wait (&b); in tf2() local
124 int r = pthread_barrier_wait (&b); in do_test() local
A Dtst-rwlock2.c26 pthread_rwlock_t r; in do_test() local
A Dpthread_rwlock_common.c232 unsigned int r = atomic_load_relaxed (&rwlock->__data.__readers); in __pthread_rwlock_rdunlock() local
284 unsigned int r; in __pthread_rwlock_rdlock_full64() local
559 unsigned int r = atomic_load_relaxed (&rwlock->__data.__readers); in __pthread_rwlock_wrunlock() local
622 unsigned int r = atomic_fetch_or_acquire (&rwlock->__data.__readers, in __pthread_rwlock_wrlock_full64() local
A Dtst-cancel4_1.c70 int r = pthread_barrier_wait (&b2); in tf_sendmmsg() local
A Dtst-cancel4_2.c66 int r = pthread_barrier_wait (&b2); in tf_recvmmsg() local
A Dtst-cleanup4.c59 int r = pthread_barrier_wait (&b2); in fn_read() local
177 void *r; in do_test() local
A Dtst-sem11.c61 void *r; in main() local
A Dtst-rwlock15.c29 static pthread_rwlock_t r = PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP; variable
A Dtst-rwlock6.c54 pthread_rwlock_t *r = args->rwlock; in tf() local
103 pthread_rwlock_t r; in do_test_clock() local
A Dtst-rwlock7.c53 pthread_rwlock_t *r = args->rwlock; in tf() local
99 pthread_rwlock_t r; in do_test_clock() local
A Dtst-tls3.c148 int r; in do_test() local
A Dtst-mutex8.c262 void *r; in check_type() local
A Dtst-signal3.c174 unsigned int r = 42; in do_test() local
A Dtst-cancel7.c123 void *r = xpthread_join (th); in do_test() local
A Dpthread_cond_common.c256 unsigned r = atomic_fetch_or_release (cond->__data.__g_refs + g1, 0); in __condvar_quiesce_and_switch_g1() local

Completed in 14 milliseconds