Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_DEL (Results 1 - 25 of 26) sorted by relevance

12

/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dkswapd_observer.cpp127 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 Dmemory_pressure_observer.cpp222 return epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL); in delLevelFileFdFromEpoll()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsamgr_time_handler.cpp86 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 Dut_ffrt_io.cpp195 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 Dut_coroutine.cpp154 ffrt_epoll_ctl(ffrt_qos_default, EPOLL_CTL_DEL, testFd, 0, nullptr, nullptr); in HWTEST_F()
H A Dut_loop.cpp255 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 Depoller.h58 epoll_ctl(underlying_, EPOLL_CTL_DEL, descriptor, nullptr); in UnregisterMe()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.h39 #define EPOLL_CTL_DEL 2 macro
H A Dsys_epoll.c691 case EPOLL_CTL_DEL:
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_listener.cpp149 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 Devent_loop_epoll.cpp205 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 Dpoller_api.cpp41 if (op == EPOLL_CTL_DEL) { in ffrt_epoll_ctl()
H A Dio_poller.cpp157 if (epoll_ctl(m_epFd, EPOLL_CTL_DEL, data->fd, nullptr) != 0) {
H A Dpoller.cpp86 if (epoll_ctl(m_epFd, EPOLL_CTL_DEL, fd, nullptr) != 0) {
/foundation/resourceschedule/ffrt/src/eu/
H A Dloop.cpp77 } else if (op == EPOLL_CTL_DEL) { in EpollCtl()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_epoll.c60 if (epoll_ctl(task->epollfd, EPOLL_CTL_DEL, task->taskfd, NULL) < 0) { in DeRegisterEpollTask()
/foundation/multimodalinput/input/intention/common/epoll/src/
H A Depoll_manager.cpp78 int32_t ret = ::epoll_ctl(epollFd_, EPOLL_CTL_DEL, source.GetFd(), nullptr); in Remove()
/foundation/multimodalinput/input/util/socket/src/
H A Duds_socket.cpp61 if (op == EPOLL_CTL_DEL) { in EpollCtl()
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Devloop.c164 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 Dtimer_linux.cpp185 if (epoll_ctl(epollFd_, EPOLL_CTL_DEL, timer.fd_, nullptr) == -1) { in RemoveTimer()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dreactor_linux.c228 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 Dlocal_socket_server_context.h137 epoll_ctl(epollFd_, EPOLL_CTL_DEL, ite->second, nullptr); in RemoveAccept()
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp228 if (EpollCtl(fd, EPOLL_CTL_DEL, ev) != RET_OK) { in DelEpoll()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_proxy_listen.cpp144 epoll_ctl(epollFd_, EPOLL_CTL_DEL, socketFd, nullptr); in SendRequest2Server()
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp1069 if (epoll_ctl(epollFd_, EPOLL_CTL_DEL, fd, nullptr)) { in UnregisterFdFromEpoll()

Completed in 16 milliseconds

12