Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_os_ZygoteInit.cpp224 fd_set fdset; in com_android_internal_os_ZygoteInit_selectReadable() local
230 FD_ZERO(&fdset); in com_android_internal_os_ZygoteInit_selectReadable()
246 FD_SET(fd, &fdset); in com_android_internal_os_ZygoteInit_selectReadable()
255 err = select (nfds, &fdset, NULL, NULL, NULL); in com_android_internal_os_ZygoteInit_selectReadable()
275 if (FD_ISSET(fd, &fdset)) { in com_android_internal_os_ZygoteInit_selectReadable()