Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1142 clockid_t cpu_clock_id; in GetCpuMicroTime() local
1143 pthread_getcpuclockid(tlsPtr_.pthread_self, &cpu_clock_id); in GetCpuMicroTime()
1145 clock_gettime(cpu_clock_id, &now); in GetCpuMicroTime()