Searched refs:childExited (Results 1 – 1 of 1) sorted by relevance
80 bool childExited = false; in WaitForChildWithTimeoutFallback() local87 if (!cv.wait_for(lock, timeout, [&] { return childExited; })) { in WaitForChildWithTimeoutFallback()96 childExited = true; in WaitForChildWithTimeoutFallback()