Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-rwlock14.c67 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 Dtst-cond11.c108 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 Dtst-abstime.c39 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 Dtst-join15.c42 CLOCK_MONOTONIC, in do_test()
76 int ret = clocks[t] == CLOCK_REALTIME || clocks[t] == CLOCK_MONOTONIC in do_test()
A Dtst-cond27.c61 do_test_clock (CLOCK_MONOTONIC); in do_test()
A Dtst-join14.c70 do_test_clock (CLOCK_MONOTONIC); in do_test()
A Dtst-join5.c55 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 Dtst-sem5.c58 do_test_clock (CLOCK_MONOTONIC); in do_test()
A Dtst-join3.c94 do_test_clock (CLOCK_MONOTONIC); in do_test()
A Dtst-cond23.c172 res |= run_test (CLOCK_MONOTONIC); in do_test()
A Dtst-mutex9.c154 do_test_clock (CLOCK_MONOTONIC, monotonic_result); in do_test()
A Dtst-mutex5.c133 do_test_clock (CLOCK_MONOTONIC, "clocklock(monotonic)", monotonic_result); in do_test()
/sysdeps/htl/
A Dpt-condattr-setclock.c27 if (clock == CLOCK_MONOTONIC) in pthread_condattr_setclock()
37 res = clock_gettime (CLOCK_MONOTONIC, &ts); in pthread_condattr_setclock()
/sysdeps/generic/
A Dhp-timing.h38 clock_gettime (CLOCK_MONOTONIC, &tv); \
45 __clock_gettime64 (CLOCK_MONOTONIC, &tv); \
/sysdeps/unix/sysv/linux/
A Dtst-clock_gettime-clobber.c43 test_clock (CLOCK_MONOTONIC); in do_test()
/sysdeps/unix/sysv/linux/bits/
A Dtime.h48 # define CLOCK_MONOTONIC 1 macro
/sysdeps/nptl/
A Daio_misc.h49 (unsigned int *) futexaddr, oldval, CLOCK_MONOTONIC, timeout, \
A Dgai_misc.h50 (unsigned int *) futexaddr, oldval, CLOCK_MONOTONIC, timeout, \
A Dlowlevellock-futex.h84 ((clockid) == CLOCK_REALTIME || (clockid) == CLOCK_MONOTONIC)
/sysdeps/posix/
A Dtempname.c87 #if _LIBC || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME) in random_bits()
90 __clock_gettime64 (CLOCK_MONOTONIC, &tv); in random_bits()

Completed in 13 milliseconds