Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DSubprocess.cpp116 struct pollfd poll_info = { in WaitForChildWithTimeout() local
120 int ret = TEMP_FAILURE_RETRY(poll(&poll_info, 1, timeout.count())); in WaitForChildWithTimeout()