Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/pthread/
Dtst-abstime.c28 static pthread_rwlock_t rw1 = PTHREAD_RWLOCK_INITIALIZER; variable
40 TEST_COMPARE (pthread_rwlock_timedrdlock (&rw1, &t), ETIMEDOUT); in th()
42 TEST_COMPARE (pthread_rwlock_clockrdlock (&rw1, CLOCK_REALTIME, &t), in th()
46 TEST_COMPARE (pthread_rwlock_clockrdlock (&rw1, CLOCK_MONOTONIC, &t), in th()
63 xpthread_rwlock_wrlock (&rw1); in do_test()