Home
last modified time | relevance | path

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

/external/perfetto/tools/busy_threads/
Dbusy_threads.cc67 int64_t tbusy = tstart; in BusyWait() local
73 tbusy = tnext + busy_us * 1000; in BusyWait()
75 while (base::GetWallTimeNs().count() < tbusy) { in BusyWait()