Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_os_ZygoteCommandBuffer.cpp443 int poll_res = TEMP_FAILURE_RETRY(poll(fd_structs, 2, -1 /* infinite timeout */)); in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly() local
448 } else if (poll_res == 0 || (fd_structs[ZYGOTE_IDX].revents & POLLIN) == 0) { in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly()
450 CREATE_ERROR("Poll returned with no descriptors ready! Poll returned %d", poll_res)); in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly()