Home
last modified time | relevance | path

Searched refs:poll (Results 326 - 350 of 530) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c17 #include <poll.h>
211 int ret = poll(&pfd, 1, i->timeout); in sock_recv_poll()
292 /* Increase timeout in poll up to 3.2 sec */ in client_recv()
866 tst_brk(TBROK, "Invalid busy poll timeout'%s'", barg); in setup()
1008 {"b:", &barg, "Low latency busy poll timeout"},
/third_party/python/Lib/multiprocessing/
H A Dpool.py624 if not outqueue._reader.poll():
676 while task_handler.is_alive() and inqueue._reader.poll():
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-ofono.c25 #include <poll.h>
302 if (poll(&pfd, 1, 0) < 0) in socket_accept()
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtls_socket.cpp24 #include <poll.h>
418 int ret = poll(fds, num, READ_TIMEOUT_MS); in ReadMessage()
424 NETSTACK_LOGE("Message poll errno is %{public}d %{public}s", errno, MakeErrnoString().c_str()); in ReadMessage()
428 NETSTACK_LOGD("tls recv poll timeout"); in ReadMessage()
1215 int ret = poll(fds, 1, SEND_POLL_TIMEOUT_MS); in SendRetry()
1220 NETSTACK_LOGE("send poll error, fd: %{public}d, errno: %{public}d", sockfd, errno); in SendRetry()
1223 NETSTACK_LOGI("send poll timeout, fd: %{public}d, errno: %{public}d", sockfd, errno); in SendRetry()
1254 int ret = poll(fds, num, DEFAULT_POLL_TIMEOUT_MS); in PollSend()
1259 NETSTACK_LOGE("send poll error, fd: %{public}d, errno: %{public}d", sockfd, errno); in PollSend()
1262 NETSTACK_LOGI("send poll timeou in PollSend()
[all...]
/third_party/python/Modules/
H A Dselectmodule.c28 /* Perform runtime testing for a broken poll on OSX to make it easier
45 #include <poll.h>
47 #include <sys/poll.h>
94 class select.poll "pollObject *" "_selectstate_by_type(type)->poll_Type"
409 * poll() support
454 select.poll.register
495 select.poll.modify
547 select.poll.unregister
580 select.poll.poll
[all...]
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp27 #include <poll.h>
516 int ret = poll(fds, num, timeout); in PollFd()
518 NETSTACK_LOGE("poll to send failed, socket is %{public}d, errno is %{public}d", fds->fd, errno); in PollFd()
522 NETSTACK_LOGE("poll to send timeout, socket is %{public}d, timeout is %{public}d", fds->fd, timeout); in PollFd()
754 NETSTACK_LOGE("poll to recv failed, socket is %{public}d, errno is %{public}d", currentFd, errno); in ProcessPollResult()
781 int ret = poll(fds, 1, recvTimeoutMs); in PollRecvData()
829 ret = poll(fds, 1, timeoutMs); in NonBlockConnect()
833 NETSTACK_LOGE("connect poll timeout, socket is %{public}d", sock); in NonBlockConnect()
847 NETSTACK_LOGE("connect poll failed, socket is %{public}d, errno is %{public}d", sock, errno); in NonBlockConnect()
1913 int ret = poll(fd in ClientPollRecv()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_ndis.c1455 int poll; in wpa_driver_ndis_poll_timeout() local
1481 poll = drv->mode == IEEE80211_MODE_IBSS; in wpa_driver_ndis_poll_timeout()
1484 poll = 1; in wpa_driver_ndis_poll_timeout()
1488 if (poll) { in wpa_driver_ndis_poll_timeout()
3207 wpa_driver_ndis_ops.poll = wpa_driver_ndis_poll; in driver_ndis_init_ops()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_ndis.c1467 int poll; in wpa_driver_ndis_poll_timeout() local
1493 poll = drv->mode == IEEE80211_MODE_IBSS; in wpa_driver_ndis_poll_timeout()
1496 poll = 1; in wpa_driver_ndis_poll_timeout()
1500 if (poll) { in wpa_driver_ndis_poll_timeout()
3225 wpa_driver_ndis_ops.poll = wpa_driver_ndis_poll; in driver_ndis_init_ops()
/applications/standard/app_samples/code/Project/HapBuild/test-tool/
H A DInstallAndTestSpecial_ci.py180 if line == '' and p.poll() != None:
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/mkp/src/
H A Dvou.c435 .poll = vou_poll,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_ir/
H A Dhiir.c527 poll : hiir_select,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dhi_osal.h413 unsigned int (*poll)(osal_poll_t *osal_poll, void *private_data); member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_osal.h410 unsigned int (*poll)(osal_poll_t *osal_poll, void *private_data); member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_sys.c22 #include <poll.h>
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dhi_osal.h396 int (*poll)(osal_poll *osal_poll, void *private_data); member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dparams.c303 .poll = vb2_fop_poll,
H A Dstats.c174 .poll = vb2_fop_poll,
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_common.h24 #include <linux/poll.h>
220 /* struct use to collect task set and poll message */
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcif-luma.c112 .poll = vb2_fop_poll,
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Disp_params.c259 .poll = vb2_fop_poll,
H A Disp_mipi_luma.c107 .poll = vb2_fop_poll,
H A Disp_stats.c109 .poll = vb2_fop_poll,
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pcie.h218 bool poll; /* Use polling */ member
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcif-luma.c116 .poll = vb2_fop_poll,
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params.c268 .poll = vb2_fop_poll,

Completed in 43 milliseconds

1...<<11121314151617181920>>...22