Home
last modified time | relevance | path

Searched refs:clock_gettime (Results 1 – 2 of 2) sorted by relevance

/kernel/time/
Dposix-clock.c309 if (cd.clk->ops.clock_gettime) in pc_clock_gettime()
310 err = cd.clk->ops.clock_gettime(cd.clk, ts); in pc_clock_gettime()
/kernel/
Dposix-timers.c1017 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument