Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 18 of 18) sorted by relevance

/developtools/profiler/hiebpf/src/
Dipc_unix_socket.cpp96 int polled = TEMP_FAILURE_RETRY(poll(&pollFd, 1, timeout)); in handleThreadLoop()
181 int polled = poll(&pollFd, 1, timeout); in RecvMessage()
Dbpf_log_reader.cpp150 int ret = poll(&fds, nfds, timeout); in MoveBPFLog()
/developtools/hdc/src/common/
Dsession.h85 static void ReadCtrlFromSession(uv_poll_t *poll, int status, int events);
86 static void ReadCtrlFromMain(uv_poll_t *poll, int status, int events);
Dsession.cpp997 void HdcSessionBase::ReadCtrlFromSession(uv_poll_t *poll, int status, int events) in ReadCtrlFromSession() argument
999 HSession hSession = (HSession)poll->data; in ReadCtrlFromSession()
1010 uv_poll_stop(poll); in ReadCtrlFromSession()
1159 void HdcSessionBase::ReadCtrlFromMain(uv_poll_t *poll, int status, int events) in ReadCtrlFromMain() argument
1161 HSession hSession = (HSession)poll->data; in ReadCtrlFromMain()
/developtools/packing_tool/adapter/ohos/
DBinaryTool.java129 File dirFile = fileDirList.poll(); in writeFileInfo()
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/rpc/
Dhttp_server.cpp131 if (poll(fds, sizeof(fds) / sizeof(pollfd), pollTimeOut_) <= 0) { in Run()
268 int32_t pollRet = poll(&fd, sizeof(fd) / sizeof(pollfd), pollTimeOut_); in ProcessClient()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/
Dhttp_server.cpp131 if (poll(fds, sizeof(fds) / sizeof(pollfd), pollTimeOut_) <= 0) { in Run()
270 int32_t pollRet = poll(&fd, sizeof(fd) / sizeof(pollfd), pollTimeOut_); in ProcessClient()
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Dhttp_server.cpp132 if (poll(fds, sizeof(fds) / sizeof(pollfd), pollTimeOut_) <= 0) { in Run()
271 int32_t pollRet = poll(&fd, sizeof(fd) / sizeof(pollfd), pollTimeOut_); in ProcessClient()
/developtools/smartperf_host/trace_streamer/src/rpc/
Dhttp_server.cpp136 if (poll(fds, sizeof(fds) / sizeof(pollfd), pollTimeOut_) <= 0) { in Run()
281 int32_t pollRet = poll(&fd, sizeof(fd) / sizeof(pollfd), pollTimeOut_); in ProcessClient()
/developtools/ace_ets2bundle/compiler/
Dwebpack.config.js55 poll: false, property
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprocess_utils.cpp98 int nready = poll(pollSet_.data(), pollSet_.size(), timeout); in PollEvents()
/developtools/ace_js2bundle/ace-loader/
Dwebpack.lite.config.js45 poll: false, property
Dwebpack.rich.config.js173 poll: false, property
/developtools/hiperf/src/
Dsubcommand_record.cpp873 int polled = poll(&pollFd, 1, CONTROL_WAITREPY_TOMEOUT.count()); in ClientCommandHandle()
1037 int polled = poll(&pollFd, 1, timeOut.count()); in WaitFifoReply()
Dperf_events.cpp1140 … if (poll(static_cast<struct pollfd*>(pollFds_.data()), pollFds_.size(), pollTimeOut_) <= 0) { in IsRecordInMmap()
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp586 int polled = poll(&pollFd, 1, timeOut.count()); in WaitCommandReply()
/developtools/hdc/src/daemon/
Djdwp.cpp556 poll(&pollfds[0], size, -1); in FdEventPollThread()
/developtools/profiler/hiebpf/include/
Dvmlinux.h341 __poll_t (*poll)(struct file *, struct poll_table_struct *); member
462 } poll; member
3898 struct ctl_table_poll *poll; member
5526 __poll_t (*poll)(struct kernfs_open_file *, struct poll_table_struct *); member
7026 __poll_t (*poll)(struct kernfs_open_file *, struct poll_table_struct *); member
7725 int (*poll)(struct blk_mq_hw_ctx *, struct io_comp_batch *); member
8672 __poll_t (*poll)(struct tty_struct *, struct file *, struct poll_table_struct *); member
11144 __poll_t (*poll)(struct file *, struct socket *, struct poll_table_struct *); member
25478 __poll_t (*poll)(struct posix_clock *, struct file *, poll_table *); member
35689 atomic_t poll; member
[all …]