posix_cpu_clock_get   96 include/linux/posix-timers.h int posix_cpu_clock_get(const clockid_t which_clock, struct timespec *ts);
posix_cpu_clock_get 1595 kernel/posix-cpu-timers.c 	return posix_cpu_clock_get(PROCESS_CLOCK, tp);
posix_cpu_clock_get 1620 kernel/posix-cpu-timers.c 	return posix_cpu_clock_get(THREAD_CLOCK, tp);