Home
last modified time | relevance | path

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

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