Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1378 clockid_t cpu_clock_id; in GetCpuMicroTime() local
1379 pthread_getcpuclockid(tlsPtr_.pthread_self, &cpu_clock_id); in GetCpuMicroTime()
1381 clock_gettime(cpu_clock_id, &now); in GetCpuMicroTime()