Searched refs:clockid_for_get (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/nptl/ |
D | tst-rwlock6.c | 56 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()
|
D | tst-rwlock7.c | 55 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()
|
D | tst-rwlock9.c | 63 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/ |
D | tst-mutex5.c | 47 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()
|
D | tst-sem5.c | 34 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()
|
D | tst-join3.c | 48 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()
|
D | tst-mutex9.c | 45 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()
|