Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dposix-cpu-timers.c286 static int posix_cpu_clock_get(const clockid_t which_clock, struct timespec *tp) in posix_cpu_clock_get() function
1405 return posix_cpu_clock_get(PROCESS_CLOCK, tp); in process_cpu_clock_get()
1430 return posix_cpu_clock_get(THREAD_CLOCK, tp); in thread_cpu_clock_get()
1441 .clock_get = posix_cpu_clock_get,