Home
last modified time | relevance | path

Searched refs:poll (Results 476 - 484 of 484) sorted by relevance

1...<<11121314151617181920

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddaemon.c54 #include <poll.h>
920 /* use poll */ in MHD_handle_connection()
966 "Error during poll: `%s'\n", in MHD_handle_connection()
1771 might have missed the edge poll event during suspension */ in resume_suspended_connections()
2064 * `select()` or `poll()` should at most block, not the timeout value set
2183 return MHD_NO; /* poll fd too big, fail hard */ in MHD_run_from_select()
2347 * socket using poll().
2349 * @param daemon daemon to run poll loop for
2365 /* count number of connections and thus determine poll set size */ in MHD_poll_all()
2457 "poll faile in MHD_poll_all()
[all...]
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm6055 check_type poll.h "struct pollfd"
6171 check_headers poll.h
/third_party/ffmpeg/
H A Dconfigure6185 check_type poll.h "struct pollfd"
6313 check_headers poll.h
/third_party/rust/crates/libc/src/
H A Dpsp.rs3389 pub fn sceIoGetAsyncStat(fd: SceUid, poll: i32, res: *mut i64) -> i32; in sceIoGetAsyncStat()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3784 pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int; in poll() functions
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcapture.c4366 .poll = vb2_fop_poll,
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c4526 .poll = vb2_fop_poll,
/third_party/python/
H A Dconfigure10089 ac_fn_c_check_header_compile "$LINENO" "poll.h" "ac_cv_header_poll_h" "$ac_includes_default"
10251 ac_fn_c_check_header_compile "$LINENO" "sys/poll.h" "ac_cv_header_sys_poll_h" "$ac_includes_default"
17007 ac_fn_c_check_func "$LINENO" "poll" "ac_cv_func_poll"
23950 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for broken poll()" >&5
23951 printf %s "checking for broken poll()... " >&6; }
23963 #include <poll.h>
23973 poll_test = poll(&poll_struct, 1, 0);
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs23181 /// match fut.as_mut().poll(&mut cx) {
51849 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { poll() functions
[all...]

Completed in 115 milliseconds

1...<<11121314151617181920