Home
last modified time | relevance | path

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

/third_party/NuttX/fs/vfs/
Dfs_select.c99 struct pollfd *pollset = NULL; in do_select() local
140 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 …]
/third_party/libuv/docs/src/
Dloop.rst146 Embedding a kqueue fd in another kqueue pollset doesn't work on all platforms. It's not
/third_party/grpc/
DBUILD.gn1057 "${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",
/third_party/curl/
DCHANGES1155 - multi: pollset adjust, init with FIRSTSOCKET during connect
1324 - let `multi_getsock()` initialize the pollset in what the
1327 to react on the presence of POLLIN/-OUT in the pollset and
1331 passed pollset wants to POLLIN/OUT for the transfer on
5163 pollset.
5174 * The resulting pollset is then mixed together with all other transfers
/third_party/node/deps/uv/
DChangeLog2407 * unix: make uv_poll_stop() remove fd from pollset (Ben Noordhuis)
/third_party/libuv/
DChangeLog2407 * unix: make uv_poll_stop() remove fd from pollset (Ben Noordhuis)