/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/musl/ndk_musl_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/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/rust/crates/rustix/tests/io/ |
D | main.rs | 24 mod poll; module
|
/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 | 117 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()
|
/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/gstreamer/gstplugins_bad/sys/bluez/ |
D | gstavdtpsrc.h | 60 GstPoll *poll; member
|
/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/gstreamer/gstplugins_bad/sys/shm/ |
D | gstshmsrc.h | 53 GstPoll *poll; member
|
D | gstshmsink.h | 59 GstPoll *poll; member
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsamidisrc.h | 64 GstPoll *poll; member
|
/third_party/python/Lib/multiprocessing/dummy/ |
D | connection.py | 59 def poll(self, timeout=0.0): member in Connection
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | dvbbasebin.h | 63 GstPoll *poll; member
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/ |
D | erst-inject.c | 132 int poll(int fd) in poll() function
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | usb_eth_drv.h | 98 eth_poll poll; member
|