| /third_party/rust/crates/rustix/src/io/ |
| D | poll.rs | 18 pub fn poll(fds: &mut [PollFd<'_>], timeout: i32) -> io::Result<usize> { in poll() function
|
| D | mod.rs | 20 mod poll; module
|
| /third_party/musl/src/select/ |
| D | poll.c | 6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll() function
|
| /third_party/libuv/docs/src/ |
| D | poll.rst | 2 .. _poll: target
|
| /third_party/rust/crates/rustix/tests/net/ |
| D | main.rs | 11 mod poll; module
|
| /third_party/rust/crates/rustix/tests/io/ |
| D | main.rs | 24 mod poll; module
|
| /third_party/musl/porting/linux/user/include/fortify/ |
| D | poll.h | 34 int poll(struct pollfd* const fds __DIAGNOSE_PASS_OBJECT_SIZE, nfds_t fd_amount, int timeout) in poll() function
|
| /third_party/musl/include/fortify/linux/ |
| D | poll.h | 34 int poll(struct pollfd* const fds __DIAGNOSE_PASS_OBJECT_SIZE, nfds_t fd_amount, int timeout) in poll() function
|
| /third_party/rust/crates/rustix/src/backend/libc/io/ |
| D | windows_syscalls.rs | 31 pub(crate) fn poll(fds: &mut [PollFd<'_>], timeout: c::c_int) -> io::Result<usize> { in poll() function
|
| /third_party/python/Lib/multiprocessing/ |
| D | popen_forkserver.py | 61 def poll(self, flag=os.WNOHANG): member in Popen
|
| D | popen_fork.py | 24 def poll(self, flag=os.WNOHANG): member in Popen
|
| D | popen_spawn_win32.py | 118 def poll(self): member in Popen
|
| /third_party/NuttX/fs/vfs/ |
| D | fs_select.c | 97 fd_set *exceptfds, struct timeval *timeout, PollFun poll) in do_select()
|
| D | fs_poll.c | 396 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() function
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
| D | usb_handle.h | 72 int (*poll)(struct usb_handle *handle, int timeout); member
|
| /third_party/rust/crates/nix/src/ |
| D | poll.rs | 155 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() function
|
| /third_party/vk-gl-cts/execserver/ |
| D | xsTestDriver.cpp | 84 bool TestDriver::poll (ByteBuffer& messageBuffer) in poll() function in xs::TestDriver
|
| /third_party/libfuse/include/ |
| D | cuse_lowlevel.h | 64 void (*poll) (fuse_req_t req, struct fuse_file_info *fi, member
|
| /third_party/python/Lib/multiprocessing/dummy/ |
| D | connection.py | 59 def poll(self, timeout=0.0): member in Connection
|
| /third_party/FreeBSD/sys/dev/usb/net/ |
| D | usb_eth_drv.h | 98 eth_poll poll; member
|
| /third_party/NuttX/fs/vfs/include/ |
| D | file.h | 142 int (*poll)(struct file *filep, poll_table *fds); member
|
| /third_party/lwip/src/include/lwip/ |
| D | altcp.h | 78 altcp_poll_fn poll; member
|
| /third_party/ffmpeg/libavformat/ |
| D | os_support.h | 168 #define poll ff_poll macro
|
| /third_party/python/Lib/test/ |
| D | test_webbrowser.py | 20 def poll(self): member in PopenMock
|
| /third_party/libuv/test/ |
| D | test-fork.c | 51 static void socket_cb(uv_poll_t* poll, int status, int events) { in socket_cb()
|