| /third_party/rust/crates/signal-hook/signal-hook-mio/tests/ |
| D | mio_0_7.rs | 22 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
|
| D | mio_0_6.rs | 22 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
|
| D | mio_0_8.rs | 22 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/ |
| 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/tracing/tracing-futures/src/ |
| D | lib.rs | 291 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/ |
| 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/rust/crates/tracing/tracing/src/ |
| D | instrument.rs | 269 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/ |
| D | GestureHelper.java | 97 public MotionEvent poll() { in poll() method in GestureHelper
|
| /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/flutter/skia/src/core/ |
| D | SkMessageBus.h | 102 void SkMessageBus<Message>::Inbox::poll(SkTArray<Message>* messages) { in poll() function
|
| /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
|