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/
H A Dpoll.rs18 pub fn poll(fds: &mut [PollFd<'_>], timeout: i32) -> io::Result<usize> { functions
H A Dmod.rs20 mod poll; modules
/third_party/musl/src/select/
H A Dpoll.c6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll() function
/third_party/rust/crates/rustix/tests/net/
H A Dmain.rs11 mod poll; modules
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusb_handle.h72 int (*poll)(struct usb_handle *handle, int timeout); member
/third_party/python/Lib/multiprocessing/
H A Dpopen_fork.py24 def poll(self, flag=os.WNOHANG): member in Popen
H A Dpopen_forkserver.py61 def poll(self, flag=os.WNOHANG): member in Popen
H A Dpopen_spawn_win32.py118 def poll(self): member in Popen
/third_party/python/Lib/multiprocessing/dummy/
H A Dconnection.py59 def poll(self, timeout=0.0): member in Connection
/third_party/rust/crates/rustix/tests/io/
H A Dmain.rs24 mod poll; modules
/third_party/rust/crates/nix/src/
H A Dpoll.rs155 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { poll() functions
[all...]
H A Dlib.rs125 pub mod poll; modules
/third_party/skia/src/core/
H A DSkMessageBus.h116 void SkMessageBus<Message, IDType, AllowCopyableMessage>::Inbox::poll(SkTArray<Message>* messages) { in poll() function in SkMessageBus::Inbox
/third_party/NuttX/fs/vfs/
H A Dfs_select.c96 do_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout, PollFun poll) do_select() argument
[all...]
H A Dfs_poll.c396 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() function
/third_party/libfuse/include/
H A Dcuse_lowlevel.h64 void (*poll) (fuse_req_t req, struct fuse_file_info *fi, member
/third_party/vk-gl-cts/execserver/
H A DxsTestDriver.cpp84 bool TestDriver::poll (ByteBuffer& messageBuffer) in poll() function in xs::TestDriver
/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_eth_drv.h98 eth_poll poll; member
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
H A Derst-inject.c132 int poll(int fd) in poll() function
/third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/
H A Derst-inject.c132 int poll(int fd) in poll() function
/third_party/ffmpeg/libavformat/
H A Dos_support.h168 #define poll ff_poll macro
/third_party/NuttX/fs/vfs/include/
H A Dfile.h142 int (*poll)(struct file *filep, poll_table *fds); member
/third_party/libuv/test/
H A Dtest-fork.c51 static void socket_cb(uv_poll_t* poll, int status, int events) { in socket_cb() argument
/third_party/lwip/src/include/lwip/
H A Daltcp.h78 altcp_poll_fn poll; member
/third_party/python/Lib/test/
H A Dtest_webbrowser.py20 def poll(self): member in PopenMock

Completed in 9 milliseconds

12