Searched refs:EPOLL_CTL_MOD (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_epoll.h | 40 #define EPOLL_CTL_MOD 3 macro 43 #define EPOLL_CTL_RUN ((EPOLL_CTL_MOD) + 1)
|
H A D | sys_epoll.c | 692 case EPOLL_CTL_MOD:
|
/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() 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 D | socket_listener.cpp | 97 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 D | event_loop_epoll.cpp | 204 operation != EPOLL_CTL_MOD && in EpollCtl() 277 int errCode = EpollCtl(EPOLL_CTL_MOD, event, newEvents); in ModifyEvent()
|
/foundation/resourceschedule/ffrt/src/sync/ |
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 | 72 } 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 D | loop.cpp | 83 } 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 D | sys_epoll.c | 32 if (epoll_ctl(task->epollfd, EPOLL_CTL_MOD, task->taskfd, &event) < 0) { in RefreshEpollTask()
|
/foundation/multimodalinput/input/intention/common/epoll/src/ |
H A D | epoll_manager.cpp | 91 int32_t ret = ::epoll_ctl(epollFd_, EPOLL_CTL_MOD, source.GetFd(), &ev); in Update()
|
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_ffrt_io.cpp | 718 int op = EPOLL_CTL_MOD; in HWTEST_F()
|
Completed in 7 milliseconds