Home
last modified time | relevance | path

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

/art/tools/timeout_dumper/
Dtimeout_dumper.cc487 bool WaitForSigStopped(pid_t pid, uint32_t max_wait_micros) { in WaitForSigStopped() function
525 if (pid != tid && !WaitForSigStopped(tid, kMaxWaitMicros)) { in DumpThread()