Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/time/
A Dposix-cpu-timers.c358 static int posix_cpu_clock_get(const clockid_t clock, struct timespec64 *tp) in posix_cpu_clock_get() function
1588 return posix_cpu_clock_get(PROCESS_CLOCK, tp); in process_cpu_clock_get()
1608 return posix_cpu_clock_get(THREAD_CLOCK, tp); in thread_cpu_clock_get()
1619 .clock_get_timespec = posix_cpu_clock_get,

Completed in 5 milliseconds