Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc729 clockid_t cpu_clock_id; in GetCpuMicroTime() local
730 pthread_getcpuclockid(tlsPtr_.pthread_self, &cpu_clock_id); in GetCpuMicroTime()
732 clock_gettime(cpu_clock_id, &now); in GetCpuMicroTime()