Lines Matching refs:clockid
53 clockid_t clockid; member
62 const clockid_t clockid = args->clockid; in writer_thread() local
64 (clockid == CLOCK_USE_TIMEDLOCK) ? CLOCK_REALTIME : clockid; in writer_thread()
82 e = (clockid == CLOCK_USE_TIMEDLOCK) in writer_thread()
84 : pthread_rwlock_clockwrlock (&lock, clockid, &ts); in writer_thread()
109 const clockid_t clockid = args->clockid; in reader_thread() local
111 (clockid == CLOCK_USE_TIMEDLOCK) ? CLOCK_REALTIME : clockid; in reader_thread()
128 if (clockid == CLOCK_USE_TIMEDLOCK) in reader_thread()
131 e = pthread_rwlock_clockrdlock (&lock, clockid, &ts); in reader_thread()
152 do_test_clock (clockid_t clockid, const char *fnname) in do_test_clock() argument
177 wargs[n].clockid = clockid; in do_test_clock()
185 rargs[n].clockid = clockid; in do_test_clock()