/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_epoll.h | 37 #ifndef EPOLL_CTL_ADD 38 #define EPOLL_CTL_ADD 1 macro
|
H A D | sys_epoll.c | 690 case EPOLL_CTL_ADD:
|
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_ffrt_io.cpp | 188 ffrt_epoll_ctl(ffrt_qos_default, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 235 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 262 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 290 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 327 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 356 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 385 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 413 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 442 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 472 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testF in HWTEST_F() [all...] |
H A D | ut_coroutine.cpp | 149 ffrt_epoll_ctl(ffrt_qos_default, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F()
|
H A D | ut_loop.cpp | 249 ret = ffrt_loop_epoll_ctl(loop, EPOLL_CTL_ADD, testFd, EPOLLIN, (void*)(&testData), TestCallBack); in HWTEST_F()
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | io_poller.cpp | 80 if (epoll_ctl(m_epFd, EPOLL_CTL_ADD, m_wakeData.fd, &ev) < 0) { 117 if (epoll_ctl(m_epFd, EPOLL_CTL_ADD, fd, &ev) == 0) { 128 if (epoll_ctl(m_epFd, EPOLL_CTL_ADD, fd, &ev) == 0) {
|
H A D | delayed_worker.cpp | 103 if (epoll_ctl(epollfd_, EPOLL_CTL_ADD, timerfd_, &timer_event) < 0) { 118 int ret = epoll_ctl(epollfd_, EPOLL_CTL_ADD, monitorfd_, &monitor_event);
|
H A D | poller_api.cpp | 43 } else if (op == EPOLL_CTL_ADD || op == EPOLL_CTL_MOD) { in ffrt_epoll_ctl()
|
H A D | poller.cpp | 26 if (epoll_ctl(m_epFd, EPOLL_CTL_ADD, m_wakeData.fd, &ev) < 0) { 69 if (op == EPOLL_CTL_ADD) {
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
H A D | event_loop_epoll.cpp | 65 errCode = epoll_ctl(epollFd_, EPOLL_CTL_ADD, wakeUpFd_, &event); in Initialize() 203 if (operation != EPOLL_CTL_ADD && in EpollCtl() 237 int errCode = EpollCtl(EPOLL_CTL_ADD, event, events); in AddEvent()
|
/foundation/communication/netstack/utils/http_over_curl/include/ |
H A D | epoller.h | 52 epoll_ctl(underlying_, EPOLL_CTL_ADD, descriptor, &ev); in RegisterMe()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_listener.cpp | 45 CHECK_EXCEPT_INTR(ret = epoll_ctl(epollFd_, EPOLL_CTL_ADD, stopFd_, &event)); in Initialize() 101 ret = epoll_ctl(epollFd_, EPOLL_CTL_ADD, fd, &event); in AddSocket()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/ |
H A D | timer_linux.cpp | 98 CHECK_EXCEPT_INTR(ret = epoll_ctl(epollFd_, EPOLL_CTL_ADD, stopFd_, &event)); in Initialize() 175 if (epoll_ctl(epollFd_, EPOLL_CTL_ADD, timer.fd_, &event) == -1) { in AddTimer()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/ |
H A D | reactor_linux.c | 83 if (epoll_ctl(epollFd, EPOLL_CTL_ADD, stopFd, &event) == -1) { in ReactorCreate() 208 if (epoll_ctl(reactor->epollFd, EPOLL_CTL_ADD, item->fd, &event) == -1) { in ReactorRegister()
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | loop.cpp | 71 if (op == EPOLL_CTL_ADD) { in EpollCtl()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_epoll.c | 48 if (epoll_ctl(task->epollfd, EPOLL_CTL_ADD, task->taskfd, &event) < 0) { in RegisterEpollTask()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_proxy_listen.cpp | 157 if (epoll_ctl(epollFd_, EPOLL_CTL_ADD, socketFd, iter->second.GetEventPtr()) < 0) { in SendRequest2Server() 342 if (epoll_ctl(epollFd_, EPOLL_CTL_ADD, proxySockFd_, &proxyEvent) < 0) { in InitForListening() 343 NETNATIVE_LOGE("EPOLL_CTL_ADD proxy errno %{public}d: %{public}s", errno, strerror(errno)); in InitForListening() 351 if (epoll_ctl(epollFd_, EPOLL_CTL_ADD, proxySockFd6_, &proxy6Event) < 0) { in InitForListening() 352 NETNATIVE_LOGE("EPOLL_CTL_ADD proxy6 errno %{public}d: %{public}s", errno, strerror(errno)); in InitForListening()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/ |
H A D | udp_server_demo.cpp | 118 if (epoll_ctl(kdpfd, EPOLL_CTL_ADD, listener, &ev) < 0) { in main()
|
/foundation/multimodalinput/input/intention/common/epoll/src/ |
H A D | epoll_manager.cpp | 67 int32_t ret = ::epoll_ctl(epollFd_, EPOLL_CTL_ADD, source.GetFd(), &ev); in Add()
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/ |
H A D | kswapd_observer.cpp | 80 if (epoll_ctl(epollfd_, EPOLL_CTL_ADD, kswapdMonitorFd_, &epollEvent) < 0) {
in RegisterKswapdListener()
|
H A D | memory_pressure_observer.cpp | 143 ret = epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &epollEvent);
in AddLevelFileFdToEpoll()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | samgr_time_handler.cpp | 128 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, timerfd, &event) == -1) { in PostTask() 129 HILOGE("epoll_ctl(EPOLL_CTL_ADD) failed : %{public}s", strerror(errno)); in PostTask()
|
/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A D | evloop.c | 118 int op = (loop->fdMasks[fd].mask == NONE_EVENT) ? EPOLL_CTL_ADD : EPOLL_CTL_MOD; in AddFdEvent()
|
/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/ |
H A D | local_socket_server_context.h | 83 return epoll_ctl(epollFd_, EPOLL_CTL_ADD, sockfd, &event); in RegisterEpollEvent()
|
/foundation/multimodalinput/input/intention/services/test/unittest/src/ |
H A D | device_manager_test.cpp | 206 if (EpollCtl(fd, EPOLL_CTL_ADD, ev) != RET_OK) { in AddEpoll()
|