Searched refs:g_epollfd (Results 1 – 1 of 1) sorted by relevance
65 static EpollDesc g_epollfd = INVALID_EPOLL_DESC; variable109 return g_epollfd; in GetEpollFD()286 ret = EpollLoop(g_epollfd, timeout); in NstackMainLoop()288 ret = EpollLoop(g_epollfd, -1); in NstackMainLoop()314 return g_epollfd; in GetMainLoopEpollFd()354 int32_t ret = InternalInit(g_epollfd, maxDeviceNum); in NstackxInitInner()404 g_epollfd = CreateEpollDesc(); in NstackxInitEx()405 if (!IsEpollDescValid(g_epollfd)) { in NstackxInitEx()494 if (IsEpollDescValid(g_epollfd)) { in NSTACKX_Deinit()495 CloseEpollDesc(g_epollfd); in NSTACKX_Deinit()[all …]