Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DSubprocess.cpp80 bool childExited = false; in WaitForChildWithTimeoutFallback() local
87 if (!cv.wait_for(lock, timeout, [&] { return childExited; })) { in WaitForChildWithTimeoutFallback()
96 childExited = true; in WaitForChildWithTimeoutFallback()