Home
last modified time | relevance | path

Searched refs:epoll_cond (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/
H A Deventpoll.c153 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()
H A Dcore.c549 pthread_cond_signal(&ep->epoll_cond); in FlushEpollEvents()
827 pthread_cond_signal(&mtcp->ep->epoll_cond); in InterruptApplication()
/mOS-networking-stack/core/src/include/
H A Deventpoll.h52 pthread_cond_t epoll_cond; member