| /third_party/rust/crates/rustix/src/io/ |
| H A D | poll.rs | 18 pub fn poll(fds: &mut [PollFd<'_>], timeout: i32) -> io::Result<usize> { functions
|
| H A D | mod.rs | 20 mod poll; modules
|
| /third_party/musl/src/select/ |
| H A D | poll.c | 6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll() function
|
| /third_party/rust/crates/rustix/tests/net/ |
| H A D | main.rs | 11 mod poll; modules
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
| H A D | usb_handle.h | 72 int (*poll)(struct usb_handle *handle, int timeout); member
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | popen_fork.py | 24 def poll(self, flag=os.WNOHANG): member in Popen
|
| H A D | popen_forkserver.py | 61 def poll(self, flag=os.WNOHANG): member in Popen
|
| H A D | popen_spawn_win32.py | 118 def poll(self): member in Popen
|
| /third_party/python/Lib/multiprocessing/dummy/ |
| H A D | connection.py | 59 def poll(self, timeout=0.0): member in Connection
|
| /third_party/rust/crates/rustix/tests/io/ |
| H A D | main.rs | 24 mod poll; modules
|
| /third_party/rust/crates/nix/src/ |
| H A D | poll.rs | 155 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { poll() functions [all...] |
| H A D | lib.rs | 125 pub mod poll; modules
|
| /third_party/skia/src/core/ |
| H A D | SkMessageBus.h | 116 void SkMessageBus<Message, IDType, AllowCopyableMessage>::Inbox::poll(SkTArray<Message>* messages) { in poll() function in SkMessageBus::Inbox
|
| /third_party/NuttX/fs/vfs/ |
| H A D | fs_select.c | 96 do_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout, PollFun poll) do_select() argument [all...] |
| H A D | fs_poll.c | 396 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() function
|
| /third_party/libfuse/include/ |
| H A D | cuse_lowlevel.h | 64 void (*poll) (fuse_req_t req, struct fuse_file_info *fi, member
|
| /third_party/vk-gl-cts/execserver/ |
| H A D | xsTestDriver.cpp | 84 bool TestDriver::poll (ByteBuffer& messageBuffer) in poll() function in xs::TestDriver
|
| /third_party/FreeBSD/sys/dev/usb/net/ |
| H A D | usb_eth_drv.h | 98 eth_poll poll; member
|
| /third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/ |
| H A D | erst-inject.c | 132 int poll(int fd) in poll() function
|
| /third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/ |
| H A D | erst-inject.c | 132 int poll(int fd) in poll() function
|
| /third_party/ffmpeg/libavformat/ |
| H A D | os_support.h | 168 #define poll ff_poll macro
|
| /third_party/NuttX/fs/vfs/include/ |
| H A D | file.h | 142 int (*poll)(struct file *filep, poll_table *fds); member
|
| /third_party/libuv/test/ |
| H A D | test-fork.c | 51 static void socket_cb(uv_poll_t* poll, int status, int events) { in socket_cb() argument
|
| /third_party/lwip/src/include/lwip/ |
| H A D | altcp.h | 78 altcp_poll_fn poll; member
|
| /third_party/python/Lib/test/ |
| H A D | test_webbrowser.py | 20 def poll(self): member in PopenMock
|