Home
last modified time | relevance | path

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

123

/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/ndk_musl_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/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/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.py117 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()
/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/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtpsrc.h60 GstPoll *poll; member
/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/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsrc.h53 GstPoll *poll; member
Dgstshmsink.h59 GstPoll *poll; member
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.h64 GstPoll *poll; member
/third_party/python/Lib/multiprocessing/dummy/
Dconnection.py59 def poll(self, timeout=0.0): member in Connection
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Ddvbbasebin.h63 GstPoll *poll; member
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
Derst-inject.c132 int poll(int fd) in poll() function
/third_party/FreeBSD/sys/dev/usb/net/
Dusb_eth_drv.h98 eth_poll poll; member

123