Home
last modified time | relevance | path

Searched refs:poll (Results 1 - 22 of 22) sorted by relevance

/developtools/profiler/hiebpf/src/
H A Dipc_unix_socket.cpp17 #include <poll.h>
95 int polled = TEMP_FAILURE_RETRY(poll(&pollFd, 1, timeout)); in HandleThreadLoop()
99 HHLOGE(true, "poll failed, Unix Socket(%d), %d: %s", serverFd_, errno, strerror(errno)); in HandleThreadLoop()
180 int polled = poll(&pollFd, 1, timeout); in RecvMessage()
185 HHLOGE(true, "poll failed, Unix Socket(%d), %d: %s", sockFd_, errno, strerror(errno)); in RecvMessage()
H A Dbpf_log_reader.cpp20 #include <poll.h>
150 int ret = poll(&fds, nfds, timeout); in MoveBPFLog()
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_data_reader.cpp23 #include <poll.h>
/developtools/hdc/hdc_rust/src/common/
H A Duds.rs23 use libc::{c_char, listen, poll, recv, socket, MSG_NOSIGNAL};
198 let ret = poll(pollfds.as_mut_ptr(), size as libc::nfds_t, timeout); in wrap_poll()
199 crate::info!("uds wrap_poll, poll ret:{}", ret); in wrap_poll()
/developtools/hdc/src/common/
H A Dsession.h87 static void ReadCtrlFromSession(uv_poll_t *poll, int status, int events);
88 static void ReadCtrlFromMain(uv_poll_t *poll, int status, int events);
H A Dsession.cpp1035 void HdcSessionBase::ReadCtrlFromSession(uv_poll_t *poll, int status, int events) in ReadCtrlFromSession() argument
1037 HSession hSession = (HSession)poll->data; in ReadCtrlFromSession()
1048 uv_poll_stop(poll); in ReadCtrlFromSession()
1206 void HdcSessionBase::ReadCtrlFromMain(uv_poll_t *poll, int status, int events) in ReadCtrlFromMain() argument
1208 HSession hSession = (HSession)poll->data; in ReadCtrlFromMain()
/developtools/hdc/src/daemon/
H A Djdwp.h18 #include <poll.h>
H A Djdwp.cpp666 poll(&pollfds[0], size, -1); in FdEventPollThread()
/developtools/profiler/device/plugins/bytrace_plugin/src/
H A Dbytrace_module.cpp18 #include <poll.h>
/developtools/packing_tool/adapter/ohos/
H A DBinaryTool.java129 File dirFile = fileDirList.poll(); in writeFileInfo()
/developtools/profiler/device/plugins/hiperf_plugin/src/
H A Dhiperf_module.cpp18 #include <poll.h>
/developtools/ace_js2bundle/ace-loader/
H A Dwebpack.lite.config.js45 poll: false,
H A Dwebpack.rich.config.js173 poll: false,
/developtools/hiperf/interfaces/innerkits/native/src/
H A Dhiperf_client.cpp22 #include <poll.h>
645 int polled = poll(&pollFd, 1, timeOut.count()); in WaitCommandReply()
664 HIPERF_HILOGI(MODULE_CPP_API, "Client:command poll failed.\n"); in WaitCommandReply()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
H A DHapUtils.java117 JsonObject curJsonObject = queue.poll(); in checkCompressNativeLibs()
/developtools/ace_ets2bundle/compiler/
H A Dwebpack.config.js55 poll: false,
/developtools/hdc/scripts/
H A Ddev_hdc_test.py845 if p.poll() is not None:
899 if p.poll() is not None:
/developtools/hiperf/src/
H A Dsubcommand_record.cpp24 #include <poll.h>
1005 // after read(), block is disabled, the poll will be waked neven if no data in ClientCommandHandle()
1013 int polled = poll(&pollFd, 1, CONTROL_WAITREPY_TOMEOUT.count()); in ClientCommandHandle()
1175 int polled = poll(&pollFd, 1, timeOut.count()); in WaitFifoReply()
H A Dperf_events.cpp1328 if (poll(static_cast<struct pollfd*>(pollFds_.data()), pollFds_.size(), timeout) <= 0) { in IsRecordInMmap()
1333 HLOGV("poll record from mmap"); in IsRecordInMmap()
/developtools/hiperf/include/
H A Dperf_events.h31 #include <poll.h>
/developtools/hiperf/test/unittest/common/native/
H A Dsubcommand_record_test.cpp26 #include <poll.h>
/developtools/profiler/hiebpf/include/
H A 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
39508 wait_queue_head_t poll; global() member
41208 struct poll_iocb poll; global() member
42262 struct io_poll_iocb poll; global() member
42395 struct io_poll_iocb poll; global() member
45763 wait_queue_head_t poll; global() member
57814 __poll_t (*poll)(struct file *, poll_table *); global() member
62532 irq_poll_fn *poll; global() member
113834 bool poll; global() member
122716 wait_queue_head_t *poll; global() member
122737 wait_queue_head_t poll; global() member
127115 int (*poll)(struct napi_struct *, int); global() member
134611 void (*poll)(struct input_dev *); global() member
140266 bool poll; global() member
158740 void (*poll)(struct rfkill___2 *, void *); global() member
[all...]

Completed in 437 milliseconds