Searched defs:ufds (Results 1 - 10 of 10) sorted by relevance
| /third_party/curl/lib/ |
| H A D | select.c | 272 int Curl_poll(struct pollfd ufds[], unsigned int nfds, timediff_t timeout_ms) in Curl_poll() argument [all...] |
| H A D | multi.c | 1230 struct pollfd *ufds = &a_few_on_stack[0]; local [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | restart_block.h | 49 struct pollfd __user *ufds; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | restart_block.h | 50 struct pollfd __user *ufds; member
|
| /third_party/pulseaudio/src/pulse/ |
| H A D | thread-mainloop.c | 60 static int poll_func(struct pollfd *ufds, unsigned long nfds, int timeout, void *userdata) { in poll_func() argument
|
| /third_party/alsa-lib/test/ |
| H A D | pcm.c | 287 static int wait_for_poll(snd_pcm_t *handle, struct pollfd *ufds, unsigned int count) in wait_for_poll() argument 305 struct pollfd *ufds; in write_and_poll_loop() local
|
| /kernel/linux/linux-5.10/fs/ |
| H A D | select.c | 973 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() argument 1048 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll() local [all...] |
| /kernel/linux/linux-6.6/fs/ |
| H A D | select.c | 974 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() argument 1049 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll() local [all...] |
| /third_party/backends/frontend/ |
| H A D | saned.c | 108 poll (struct pollfd *ufds, unsigned int nfds, int timeout) in poll() argument
|
| /third_party/python/Modules/ |
| H A D | selectmodule.c | 417 struct pollfd *ufds; member [all...] |
Completed in 14 milliseconds