/third_party/musl/Benchmark/musl/ |
H A D | libc_poll.cpp | 8 struct pollfd pfd; in Bm_function_Poll() local
|
/third_party/rust/crates/nix/test/ |
H A D | test_poll.rs | 80 let mut pfd = PollFd::new(-1, PollFlags::POLLIN); in test_pollfd_events() variables
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-fds.c | 45 lws_plat_change_pollfd(struct lws_context *context, struct lws *wsi, struct lws_pollfd *pfd) lws_plat_change_pollfd() argument
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/ |
H A D | 1-1.c | 69 int pfd[2]; in main() local
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_pixelformat.h | 47 PIXELFORMATDESCRIPTOR pfd; member
|
/third_party/toybox/toys/other/ |
H A D | count.c | 20 struct pollfd pfd = {0, POLLIN, 0}; in count_main() local
|
/third_party/eudev/src/udev/ |
H A D | udevadm-settle.c | 62 struct pollfd pfd[1] = { {.fd = -1}, }; in adm_settle() local
|
/third_party/libwebsockets/lib/core-net/client/ |
H A D | connect4.c | 35 struct lws_pollfd pfd; in lws_client_connect_4_established() local
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-service.c | 64 struct lws_pollfd *pfd; in _lws_plat_service_tsi() local
|
/third_party/nghttp2/src/ |
H A D | shrpx_exec.cc | 42 int pfd[2]; in exec_read_command() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/vmsplice/ |
H A D | vmsplice01.c | 64 struct pollfd pfd = {.fd = pipes[1], .events = POLLOUT}; in vmsplice_test() local
|
/third_party/curl/lib/ |
H A D | select.c | 194 struct pollfd pfd[3]; in Curl_socket_check() local [all...] |
H A D | socketpair.c | 71 struct pollfd pfd[1]; in Curl_socketpair() local
|
/third_party/alsa-utils/axfer/ |
H A D | waiter-select.c | 45 struct pollfd *pfd; in select_wait_event() local [all...] |
/third_party/backends/tools/ |
H A D | mustek600iin-off.c | 101 int pfd; in main() local
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-service.c | 178 struct lws_pollfd *pfd; in _lws_plat_service_tsi() local
|
H A D | unix-fds.c | 260 lws_plat_change_pollfd(struct lws_context *context, struct lws *wsi, struct lws_pollfd *pfd) lws_plat_change_pollfd() argument
|
/third_party/musl/porting/linux/user/src/env/ |
H A D | __libc_start_main.c | 46 struct pollfd pfd[3] = { {.fd=0}, {.fd=1}, {.fd=2} }; in __init_libc() local
|
/third_party/musl/src/env/ |
H A D | __libc_start_main.c | 48 struct pollfd pfd[3] = { {.fd=0}, {.fd=1}, {.fd=2} }; in __init_libc() local
|
/third_party/musl/porting/liteos_a/user/src/env/ |
H A D | __libc_start_main.c | 45 struct pollfd pfd[3] = { {.fd=0}, {.fd=1}, {.fd=2} }; in __init_libc() local
|
/third_party/musl/porting/liteos_a/user_debug/src/env/ |
H A D | __libc_start_main.c | 46 struct pollfd pfd[3] = { {.fd=0}, {.fd=1}, {.fd=2} }; in __init_libc() local
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_select.c | 100 struct pollfd pfd[POLL_STACK_CNT]; in do_select() local
|
/third_party/libuv/src/unix/ |
H A D | posix-poll.c | 79 struct pollfd pfd; in uv__pollfds_swap() local
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify14.c | 67 int *pfd; member
|
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
H A D | timerfd01.c | 70 struct pollfd pfd; in waittmr() local
|