Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dtst-rwlock6.c56 const clockid_t clockid_for_get = in tf() local
62 xclock_gettime (clockid_for_get, &ts_start); in tf()
79 xclock_gettime (clockid_for_get, &ts_timeout); in tf()
98 const clockid_t clockid_for_get = in do_test_clock() local
119 xclock_gettime (clockid_for_get, &ts); in do_test_clock()
132 xclock_gettime (clockid_for_get, &ts); in do_test_clock()
141 xclock_gettime (clockid_for_get, &ts); in do_test_clock()
Dtst-rwlock7.c55 const clockid_t clockid_for_get = in tf() local
61 xclock_gettime (clockid_for_get, &ts_start); in tf()
72 TEST_TIMESPEC_NOW_OR_AFTER (clockid_for_get, ts_timeout); in tf()
75 xclock_gettime (clockid_for_get, &ts_invalid); in tf()
94 const clockid_t clockid_for_get = in do_test_clock() local
115 xclock_gettime (clockid_for_get, &ts); in do_test_clock()
Dtst-rwlock9.c63 const clockid_t clockid_for_get = in writer_thread() local
75 xclock_gettime (clockid_for_get, &ts); in writer_thread()
110 const clockid_t clockid_for_get = in reader_thread() local
122 xclock_gettime (clockid_for_get, &ts); in reader_thread()
/glibc-2.36/sysdeps/pthread/
Dtst-mutex5.c47 const clockid_t clockid_for_get = in do_test_clock() local
76 struct timespec ts_timeout = timespec_add (xclock_now (clockid_for_get), in do_test_clock()
85 TEST_TIMESPEC_BEFORE_NOW (ts_timeout, clockid_for_get); in do_test_clock()
106 const struct timespec ts_end = xclock_now (clockid_for_get); in do_test_clock()
Dtst-sem5.c34 const clockid_t clockid_for_get = in do_test_clock() local
43 xclock_gettime (clockid_for_get, &ts); in do_test_clock()
51 TEST_TIMESPEC_NOW_OR_AFTER (clockid_for_get, ts); in do_test_clock()
Dtst-join3.c48 const clockid_t clockid_for_get = in do_test_clock() local
55 struct timespec timeout = timespec_add (xclock_now (clockid_for_get), in do_test_clock()
70 timeout = timespec_add (xclock_now (clockid_for_get), in do_test_clock()
Dtst-mutex9.c45 const clockid_t clockid_for_get = in do_test_clock() local
111 const struct timespec ts = timespec_add (xclock_now (clockid_for_get), in do_test_clock()