Searched refs:epoll_cond (Results 1 – 3 of 3) sorted by relevance
153 if (pthread_cond_init(&ep->epoll_cond, NULL)) { in mtcp_epoll_create()189 pthread_cond_signal(&ep->epoll_cond); in CloseEpollSocket()192 pthread_cond_destroy(&ep->epoll_cond); in CloseEpollSocket()427 ret = pthread_cond_timedwait(&ep->epoll_cond, in mtcp_epoll_wait()438 ret = pthread_cond_wait(&ep->epoll_cond, &ep->epoll_lock); in mtcp_epoll_wait()
549 pthread_cond_signal(&ep->epoll_cond); in FlushEpollEvents()827 pthread_cond_signal(&mtcp->ep->epoll_cond); in InterruptApplication()
52 pthread_cond_t epoll_cond; member