Searched refs:CLOCK_MONOTONIC (Results 1 – 20 of 20) sorted by relevance
/sysdeps/pthread/ |
A D | tst-rwlock14.c | 67 TEST_COMPARE (pthread_rwlock_clockrdlock (&r, CLOCK_MONOTONIC, &ts), EINVAL); in do_test() 70 TEST_COMPARE (pthread_rwlock_clockwrlock (&r, CLOCK_MONOTONIC, &ts), EINVAL); in do_test() 76 TEST_COMPARE (pthread_rwlock_clockrdlock (&r, CLOCK_MONOTONIC, &ts), EINVAL); in do_test() 79 TEST_COMPARE (pthread_rwlock_clockwrlock (&r, CLOCK_MONOTONIC, &ts), EINVAL); in do_test() 87 TEST_COMPARE (pthread_rwlock_clockrdlock (&r, CLOCK_MONOTONIC, &ts), EINVAL); in do_test() 90 TEST_COMPARE (pthread_rwlock_clockwrlock (&r, CLOCK_MONOTONIC, &ts), EINVAL); in do_test()
|
A D | tst-cond11.c | 108 run_test (CLOCK_MONOTONIC, CLOCK_USE_ATTR_CLOCK); in do_test() 109 run_test (CLOCK_REALTIME, CLOCK_MONOTONIC); in do_test() 110 run_test (CLOCK_MONOTONIC, CLOCK_MONOTONIC); in do_test() 111 run_test (CLOCK_MONOTONIC, CLOCK_REALTIME); in do_test()
|
A D | tst-abstime.c | 39 TEST_COMPARE (pthread_mutex_clocklock (&m1, CLOCK_MONOTONIC, &t), ETIMEDOUT); in th() 46 TEST_COMPARE (pthread_rwlock_clockrdlock (&rw1, CLOCK_MONOTONIC, &t), in th() 48 TEST_COMPARE (pthread_rwlock_clockwrlock (&rw2, CLOCK_MONOTONIC, &t), in th()
|
A D | tst-join15.c | 42 CLOCK_MONOTONIC, in do_test() 76 int ret = clocks[t] == CLOCK_REALTIME || clocks[t] == CLOCK_MONOTONIC in do_test()
|
A D | tst-cond27.c | 61 do_test_clock (CLOCK_MONOTONIC); in do_test()
|
A D | tst-join14.c | 70 do_test_clock (CLOCK_MONOTONIC); in do_test()
|
A D | tst-join5.c | 55 const struct timespec ts = timespec_add (xclock_now (CLOCK_MONOTONIC), in thread_join() 57 return pthread_clockjoin_np (thread, retval, CLOCK_MONOTONIC, &ts); in thread_join()
|
A D | tst-sem5.c | 58 do_test_clock (CLOCK_MONOTONIC); in do_test()
|
A D | tst-join3.c | 94 do_test_clock (CLOCK_MONOTONIC); in do_test()
|
A D | tst-cond23.c | 172 res |= run_test (CLOCK_MONOTONIC); in do_test()
|
A D | tst-mutex9.c | 154 do_test_clock (CLOCK_MONOTONIC, monotonic_result); in do_test()
|
A D | tst-mutex5.c | 133 do_test_clock (CLOCK_MONOTONIC, "clocklock(monotonic)", monotonic_result); in do_test()
|
/sysdeps/htl/ |
A D | pt-condattr-setclock.c | 27 if (clock == CLOCK_MONOTONIC) in pthread_condattr_setclock() 37 res = clock_gettime (CLOCK_MONOTONIC, &ts); in pthread_condattr_setclock()
|
/sysdeps/generic/ |
A D | hp-timing.h | 38 clock_gettime (CLOCK_MONOTONIC, &tv); \ 45 __clock_gettime64 (CLOCK_MONOTONIC, &tv); \
|
/sysdeps/unix/sysv/linux/ |
A D | tst-clock_gettime-clobber.c | 43 test_clock (CLOCK_MONOTONIC); in do_test()
|
/sysdeps/unix/sysv/linux/bits/ |
A D | time.h | 48 # define CLOCK_MONOTONIC 1 macro
|
/sysdeps/nptl/ |
A D | aio_misc.h | 49 (unsigned int *) futexaddr, oldval, CLOCK_MONOTONIC, timeout, \
|
A D | gai_misc.h | 50 (unsigned int *) futexaddr, oldval, CLOCK_MONOTONIC, timeout, \
|
A D | lowlevellock-futex.h | 84 ((clockid) == CLOCK_REALTIME || (clockid) == CLOCK_MONOTONIC)
|
/sysdeps/posix/ |
A D | tempname.c | 87 #if _LIBC || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME) in random_bits() 90 __clock_gettime64 (CLOCK_MONOTONIC, &tv); in random_bits()
|
Completed in 15 milliseconds