Home
last modified time | relevance | path

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

1234

/third_party/rust/crates/signal-hook/signal-hook-mio/tests/
Dmio_0_7.rs22 let mut poll = Poll::new().unwrap(); in mio_wakeup() localVariable
55 let mut poll = Poll::new().unwrap(); in mio_multiple_signals() localVariable
87 let mut poll = Poll::new().unwrap(); in mio_parallel_multiple() localVariable
Dmio_0_6.rs22 let poll = Poll::new().unwrap(); in mio_wakeup() localVariable
51 let poll = Poll::new().unwrap(); in mio_multiple_signals() localVariable
82 let poll = Poll::new().unwrap(); in mio_parallel_multiple() localVariable
Dmio_0_8.rs22 let mut poll = Poll::new().unwrap(); in mio_wakeup() localVariable
55 let mut poll = Poll::new().unwrap(); in mio_multiple_signals() localVariable
87 let mut poll = Poll::new().unwrap(); in mio_parallel_multiple() localVariable
/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/tracing/tracing-futures/src/
Dlib.rs291 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> crate::stdlib::task::Poll<Self::Output> { in poll() method
304 fn poll(&mut self) -> futures_01::Poll<Self::Item, Self::Error> { in poll() method
316 fn poll(&mut self) -> futures_01::Poll<Option<Self::Item>, Self::Error> { in poll() method
451 fn poll(&mut self) -> futures_01::Poll<Self::Item, Self::Error> { in poll() method
462 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> crate::stdlib::task::Poll<Self::Output> { in poll() method
554 fn poll(&mut self) -> futures_01::Poll<Self::Item, Self::Error> { in poll() method
/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/rust/crates/tracing/tracing/src/
Dinstrument.rs269 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
324 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DGestureHelper.java97 public MotionEvent poll() { in poll() method in GestureHelper
/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/flutter/skia/src/core/
DSkMessageBus.h102 void SkMessageBus<Message>::Inbox::poll(SkTArray<Message>* messages) { in poll() function
/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

1234