Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 25 of 50) sorted by relevance

12

/third_party/rust/crates/rustix/src/io/
Dpoll.rs18 pub fn poll(fds: &mut [PollFd<'_>], timeout: i32) -> io::Result<usize> { in poll() function
Dmod.rs20 mod poll; module
/third_party/musl/src/select/
Dpoll.c6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll() function
/third_party/libuv/docs/src/
Dpoll.rst2 .. _poll: target
/third_party/rust/crates/rustix/tests/net/
Dmain.rs11 mod poll; module
/third_party/musl/porting/linux/user/include/fortify/
Dpoll.h34 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/
Dpoll.h34 int poll(struct pollfd* const fds __DIAGNOSE_PASS_OBJECT_SIZE, nfds_t fd_amount, int timeout) in poll() function
/third_party/rust/crates/rustix/tests/io/
Dmain.rs24 mod poll; module
/third_party/rust/crates/rustix/src/backend/libc/io/
Dwindows_syscalls.rs31 pub(crate) fn poll(fds: &mut [PollFd<'_>], timeout: c::c_int) -> io::Result<usize> { in poll() function
/third_party/python/Lib/multiprocessing/
Dpopen_forkserver.py61 def poll(self, flag=os.WNOHANG): member in Popen
Dpopen_fork.py24 def poll(self, flag=os.WNOHANG): member in Popen
Dpopen_spawn_win32.py118 def poll(self): member in Popen
/third_party/NuttX/fs/vfs/
Dfs_select.c97 fd_set *exceptfds, struct timeval *timeout, PollFun poll) in do_select()
Dfs_poll.c396 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() function
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Dusb_handle.h72 int (*poll)(struct usb_handle *handle, int timeout); member
/third_party/rust/crates/nix/src/
Dpoll.rs155 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() function
/third_party/vk-gl-cts/execserver/
DxsTestDriver.cpp84 bool TestDriver::poll (ByteBuffer& messageBuffer) in poll() function in xs::TestDriver
/third_party/libfuse/include/
Dcuse_lowlevel.h64 void (*poll) (fuse_req_t req, struct fuse_file_info *fi, member
/third_party/python/Lib/multiprocessing/dummy/
Dconnection.py59 def poll(self, timeout=0.0): member in Connection
/third_party/FreeBSD/sys/dev/usb/net/
Dusb_eth_drv.h98 eth_poll poll; member
/third_party/NuttX/fs/vfs/include/
Dfile.h142 int (*poll)(struct file *filep, poll_table *fds); member
/third_party/lwip/src/include/lwip/
Daltcp.h78 altcp_poll_fn poll; member
/third_party/ffmpeg/libavformat/
Dos_support.h168 #define poll ff_poll macro
/third_party/python/Lib/test/
Dtest_webbrowser.py20 def poll(self): member in PopenMock
/third_party/skia/third_party/externals/microhttpd/
Dconfigure.ac279 AC_ARG_ENABLE([[poll]], optenable

12