Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_MOD (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.h40 #define EPOLL_CTL_MOD 3 macro
43 #define EPOLL_CTL_RUN ((EPOLL_CTL_MOD) + 1)
H A Dsys_epoll.c692 case EPOLL_CTL_MOD:
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Devloop.c118 int op = (loop->fdMasks[fd].mask == NONE_EVENT) ? EPOLL_CTL_ADD : EPOLL_CTL_MOD; in AddFdEvent()
164 int op = (mask == NONE_EVENT) ? EPOLL_CTL_DEL : EPOLL_CTL_MOD; in DelFdEvent()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_listener.cpp97 ret = epoll_ctl(epollFd_, EPOLL_CTL_MOD, fd, &event); in AddSocket()
143 epoll_ctl(epollFd_, EPOLL_CTL_MOD, fd, &event); in OnListenEvents()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_epoll.cpp204 operation != EPOLL_CTL_MOD && in EpollCtl()
277 int errCode = EpollCtl(EPOLL_CTL_MOD, event, newEvents); in ModifyEvent()
/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller_api.cpp43 } else if (op == EPOLL_CTL_ADD || op == EPOLL_CTL_MOD) { in ffrt_epoll_ctl()
H A Dpoller.cpp72 } else if (op == EPOLL_CTL_MOD) {
138 if (epoll_ctl(m_epFd, EPOLL_CTL_MOD, currFd, &ev) != 0) {
305 if (epoll_ctl(m_epFd, EPOLL_CTL_MOD, currFd, &maskEv) != 0 && errno != ENOENT) {
/foundation/resourceschedule/ffrt/src/eu/
H A Dloop.cpp83 } else if (op == EPOLL_CTL_MOD) { in EpollCtl()
84 FFRT_LOGE("EPOLL_CTL_MOD not supported yet"); in EpollCtl()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_epoll.c32 if (epoll_ctl(task->epollfd, EPOLL_CTL_MOD, task->taskfd, &event) < 0) { in RefreshEpollTask()
/foundation/multimodalinput/input/intention/common/epoll/src/
H A Depoll_manager.cpp91 int32_t ret = ::epoll_ctl(epollFd_, EPOLL_CTL_MOD, source.GetFd(), &ev); in Update()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_ffrt_io.cpp718 int op = EPOLL_CTL_MOD; in HWTEST_F()

Completed in 7 milliseconds