/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/ |
H A D | kswapd_observer.cpp | 127 if (epoll_ctl(epollfd_, EPOLL_CTL_DEL, curEpollEvent->data.fd, NULL) < 0) {
in HandleEventEpollHup() 150 epoll_ctl(epollfd_, EPOLL_CTL_DEL, kswapdMonitorFd_, NULL);
in ~KswapdObserver()
|
H A D | memory_pressure_observer.cpp | 222 return epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL);
in delLevelFileFdFromEpoll()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | samgr_time_handler.cpp | 86 epoll_ctl(this->epollfd, EPOLL_CTL_DEL, timerfd, nullptr); in OnTime() 95 epoll_ctl(this->epollfd, EPOLL_CTL_DEL, fd, nullptr); in ~SamgrTimeHandler()
|
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_ffrt_io.cpp | 195 ffrt_epoll_ctl(ffrt_qos_default, EPOLL_CTL_DEL, testFd, 0, nullptr, nullptr); in HWTEST_F() 242 ffrt_epoll_ctl(qos, EPOLL_CTL_DEL, testFd, 0, nullptr, nullptr); in HWTEST_F() 269 ffrt_epoll_ctl(qos, EPOLL_CTL_DEL, testFd, 0, nullptr, nullptr); in HWTEST_F() 297 ffrt_epoll_ctl(qos, EPOLL_CTL_DEL, testFd, 0, nullptr, nullptr); in HWTEST_F() 334 ffrt_epoll_ctl(qos, EPOLL_CTL_DEL, testFd, 0, nullptr, nullptr); in HWTEST_F() 363 ffrt_epoll_ctl(qos, EPOLL_CTL_DEL, testFd, 0, nullptr, nullptr); in HWTEST_F() 393 ffrt_epoll_ctl(qos, EPOLL_CTL_DEL, testFd, 0, nullptr, nullptr); in HWTEST_F() 421 ffrt_epoll_ctl(qos, EPOLL_CTL_DEL, testFd, 0, nullptr, nullptr); in HWTEST_F() 450 ffrt_epoll_ctl(qos, EPOLL_CTL_DEL, testFd, 0, nullptr, nullptr); in HWTEST_F() 480 ffrt_epoll_ctl(qos, EPOLL_CTL_DEL, testF in HWTEST_F() [all...] |
H A D | ut_coroutine.cpp | 154 ffrt_epoll_ctl(ffrt_qos_default, EPOLL_CTL_DEL, testFd, 0, nullptr, nullptr); in HWTEST_F()
|
H A D | ut_loop.cpp | 255 ret = ffrt_loop_epoll_ctl(loop, EPOLL_CTL_DEL, testFd, 0, nullptr, nullptr); in HWTEST_F()
|
/foundation/communication/netstack/utils/http_over_curl/include/ |
H A D | epoller.h | 58 epoll_ctl(underlying_, EPOLL_CTL_DEL, descriptor, nullptr); in UnregisterMe()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_epoll.h | 39 #define EPOLL_CTL_DEL 2 macro
|
H A D | sys_epoll.c | 691 case EPOLL_CTL_DEL:
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_listener.cpp | 149 epoll_ctl(epollFd_, EPOLL_CTL_DEL, fd, nullptr); in OnListenEvents() 185 if (epoll_ctl(epollFd_, EPOLL_CTL_DEL, fd, nullptr) != -1) { in DeleteSocket()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
H A D | event_loop_epoll.cpp | 205 operation != EPOLL_CTL_DEL) { // LCOV_EXCL_BR_LINE in EpollCtl() 254 int errCode = EpollCtl(EPOLL_CTL_DEL, event, events); in RemoveEvent()
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | poller_api.cpp | 41 if (op == EPOLL_CTL_DEL) { in ffrt_epoll_ctl()
|
H A D | io_poller.cpp | 157 if (epoll_ctl(m_epFd, EPOLL_CTL_DEL, data->fd, nullptr) != 0) {
|
H A D | poller.cpp | 86 if (epoll_ctl(m_epFd, EPOLL_CTL_DEL, fd, nullptr) != 0) {
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | loop.cpp | 77 } else if (op == EPOLL_CTL_DEL) { in EpollCtl()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_epoll.c | 60 if (epoll_ctl(task->epollfd, EPOLL_CTL_DEL, task->taskfd, NULL) < 0) { in DeRegisterEpollTask()
|
/foundation/multimodalinput/input/intention/common/epoll/src/ |
H A D | epoll_manager.cpp | 78 int32_t ret = ::epoll_ctl(epollFd_, EPOLL_CTL_DEL, source.GetFd(), nullptr); in Remove()
|
/foundation/multimodalinput/input/util/socket/src/ |
H A D | uds_socket.cpp | 61 if (op == EPOLL_CTL_DEL) { in EpollCtl()
|
/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A D | evloop.c | 164 int op = (mask == NONE_EVENT) ? EPOLL_CTL_DEL : EPOLL_CTL_MOD; in DelFdEvent()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/ |
H A D | timer_linux.cpp | 185 if (epoll_ctl(epollFd_, EPOLL_CTL_DEL, timer.fd_, nullptr) == -1) { in RemoveTimer()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/ |
H A D | reactor_linux.c | 228 if (epoll_ctl(item->reactor->epollFd, EPOLL_CTL_DEL, item->fd, &event) != 0) { in ReactorUnregister()
|
/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/ |
H A D | local_socket_server_context.h | 137 epoll_ctl(epollFd_, EPOLL_CTL_DEL, ite->second, nullptr); in RemoveAccept()
|
/foundation/multimodalinput/input/intention/services/test/unittest/src/ |
H A D | device_manager_test.cpp | 228 if (EpollCtl(fd, EPOLL_CTL_DEL, ev) != RET_OK) { in DelEpoll()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_proxy_listen.cpp | 144 epoll_ctl(epollFd_, EPOLL_CTL_DEL, socketFd, nullptr); in SendRequest2Server()
|
/foundation/distributedhardware/distributed_input/common/include/ |
H A D | input_hub.cpp | 1069 if (epoll_ctl(epollFd_, EPOLL_CTL_DEL, fd, nullptr)) { in UnregisterFdFromEpoll()
|