| /developtools/profiler/hiebpf/src/ |
| D | ipc_unix_socket.cpp | 96 int polled = TEMP_FAILURE_RETRY(poll(&pollFd, 1, timeout)); in handleThreadLoop() 181 int polled = poll(&pollFd, 1, timeout); in RecvMessage()
|
| D | bpf_log_reader.cpp | 150 int ret = poll(&fds, nfds, timeout); in MoveBPFLog()
|
| /developtools/hdc/src/common/ |
| D | session.h | 85 static void ReadCtrlFromSession(uv_poll_t *poll, int status, int events); 86 static void ReadCtrlFromMain(uv_poll_t *poll, int status, int events);
|
| D | session.cpp | 997 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/ |
| D | BinaryTool.java | 129 File dirFile = fileDirList.poll(); in writeFileInfo()
|
| /developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/rpc/ |
| D | http_server.cpp | 131 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/ |
| D | http_server.cpp | 131 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/ |
| D | http_server.cpp | 132 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/ |
| D | http_server.cpp | 136 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/ |
| D | webpack.config.js | 55 poll: false, property
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | process_utils.cpp | 98 int nready = poll(pollSet_.data(), pollSet_.size(), timeout); in PollEvents()
|
| /developtools/ace_js2bundle/ace-loader/ |
| D | webpack.lite.config.js | 45 poll: false, property
|
| D | webpack.rich.config.js | 173 poll: false, property
|
| /developtools/hiperf/src/ |
| D | subcommand_record.cpp | 873 int polled = poll(&pollFd, 1, CONTROL_WAITREPY_TOMEOUT.count()); in ClientCommandHandle() 1037 int polled = poll(&pollFd, 1, timeOut.count()); in WaitFifoReply()
|
| D | perf_events.cpp | 1140 … if (poll(static_cast<struct pollfd*>(pollFds_.data()), pollFds_.size(), pollTimeOut_) <= 0) { in IsRecordInMmap()
|
| /developtools/hiperf/interfaces/innerkits/native/src/ |
| D | hiperf_client.cpp | 586 int polled = poll(&pollFd, 1, timeOut.count()); in WaitCommandReply()
|
| /developtools/hdc/src/daemon/ |
| D | jdwp.cpp | 556 poll(&pollfds[0], size, -1); in FdEventPollThread()
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 341 __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 …]
|