Home
last modified time | relevance | path

Searched defs:pfd (Results 1 - 25 of 94) sorted by relevance

1234

/third_party/musl/Benchmark/musl/
H A Dlibc_poll.cpp8 struct pollfd pfd; in Bm_function_Poll() local
/third_party/rust/crates/nix/test/
H A Dtest_poll.rs80 let mut pfd = PollFd::new(-1, PollFlags::POLLIN); in test_pollfd_events() variables
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-fds.c45 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 D1-1.c69 int pfd[2]; in main() local
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_pixelformat.h47 PIXELFORMATDESCRIPTOR pfd; member
/third_party/toybox/toys/other/
H A Dcount.c20 struct pollfd pfd = {0, POLLIN, 0}; in count_main() local
/third_party/eudev/src/udev/
H A Dudevadm-settle.c62 struct pollfd pfd[1] = { {.fd = -1}, }; in adm_settle() local
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect4.c35 struct lws_pollfd pfd; in lws_client_connect_4_established() local
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-service.c64 struct lws_pollfd *pfd; in _lws_plat_service_tsi() local
/third_party/nghttp2/src/
H A Dshrpx_exec.cc42 int pfd[2]; in exec_read_command() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/vmsplice/
H A Dvmsplice01.c64 struct pollfd pfd = {.fd = pipes[1], .events = POLLOUT}; in vmsplice_test() local
/third_party/curl/lib/
H A Dselect.c194 struct pollfd pfd[3]; in Curl_socket_check() local
[all...]
H A Dsocketpair.c71 struct pollfd pfd[1]; in Curl_socketpair() local
/third_party/alsa-utils/axfer/
H A Dwaiter-select.c45 struct pollfd *pfd; in select_wait_event() local
[all...]
/third_party/backends/tools/
H A Dmustek600iin-off.c101 int pfd; in main() local
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-service.c178 struct lws_pollfd *pfd; in _lws_plat_service_tsi() local
H A Dunix-fds.c260 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.c46 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.c48 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.c45 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.c46 struct pollfd pfd[3] = { {.fd=0}, {.fd=1}, {.fd=2} }; in __init_libc() local
/third_party/NuttX/fs/vfs/
H A Dfs_select.c100 struct pollfd pfd[POLL_STACK_CNT]; in do_select() local
/third_party/libuv/src/unix/
H A Dposix-poll.c79 struct pollfd pfd; in uv__pollfds_swap() local
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify14.c67 int *pfd; member
/third_party/ltp/testcases/kernel/syscalls/timerfd/
H A Dtimerfd01.c70 struct pollfd pfd; in waittmr() local

Completed in 9 milliseconds

1234