Home
last modified time | relevance | path

Searched refs:clk (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/hurd/
Dhurdlock.c29 compute_reltime (const struct timespec *abstime, clockid_t clk) in compute_reltime() argument
32 __clock_gettime (clk, &ts); in compute_reltime()
48 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_wait() argument
50 if (clk != CLOCK_REALTIME) in __lll_abstimed_wait()
53 int mlsec = compute_reltime (tsp, clk); in __lll_abstimed_wait()
59 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_wait_intr() argument
61 if (clk != CLOCK_REALTIME) in __lll_abstimed_wait_intr()
64 int mlsec = compute_reltime (tsp, clk); in __lll_abstimed_wait_intr()
70 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_xwait() argument
72 if (clk != CLOCK_REALTIME) in __lll_abstimed_xwait()
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-clock_gettime-clobber.c25 test_clock (clockid_t clk) in test_clock() argument
27 printf ("info: testing clock: %d\n", (int) clk); in test_clock()
33 if (clock_gettime (clk, &ts) == 0) in test_clock()
/glibc-2.36/nptl/
Dtst-mutexpi10.c42 int clk; in do_test() member
64 struct timespec tmo = timespec_add (xclock_now (clocks[c].clk), in do_test()
67 TEST_COMPARE (pthread_mutex_clocklock (&mtx, clocks[c].clk, &tmo), in do_test()