Searched refs:pollset (Results 1 – 6 of 6) sorted by relevance
99 struct pollfd *pollset = NULL; in do_select() local140 pollset = pfd; in do_select()141 (void)memset_s(pollset, npfds * sizeof(struct pollfd), 0, npfds * sizeof(struct pollfd)); in do_select()145 pollset = (struct pollfd *)zalloc(npfds * sizeof(struct pollfd)); in do_select()146 if (pollset == NULL) in do_select()199 pollset[ndx].fd = fd; in do_select()200 pollset[ndx].events |= (POLLIN | POLLRDNORM); in do_select()210 pollset[ndx].fd = fd; in do_select()211 pollset[ndx].events |= (POLLOUT | POLLWRNORM); in do_select()219 pollset[ndx].fd = fd; in do_select()[all …]
146 Embedding a kqueue fd in another kqueue pollset doesn't work on all platforms. It's not
1057 "${GRPC_DIR}/src/core/lib/iomgr/event_engine/pollset.cc",1102 "${GRPC_DIR}/src/core/lib/iomgr/pollset.cc",1103 "${GRPC_DIR}/src/core/lib/iomgr/pollset.h",1682 "${GRPC_DIR}/src/core/lib/iomgr/event_engine/pollset.cc",
1155 - multi: pollset adjust, init with FIRSTSOCKET during connect1324 - let `multi_getsock()` initialize the pollset in what the1327 to react on the presence of POLLIN/-OUT in the pollset and1331 passed pollset wants to POLLIN/OUT for the transfer on5163 pollset.5174 * The resulting pollset is then mixed together with all other transfers
2407 * unix: make uv_poll_stop() remove fd from pollset (Ben Noordhuis)