Home
last modified time | relevance | path

Searched refs:th_notify_fd (Results 1 – 4 of 4) sorted by relevance

/external/libevent/
Devent.c605 base->th_notify_fd[0] = -1; in event_base_new_with_config()
606 base->th_notify_fd[1] = -1; in event_base_new_with_config()
819 if (base->th_notify_fd[0] != -1) { in event_base_free_()
821 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_base_free_()
822 if (base->th_notify_fd[1] != -1) in event_base_free_()
823 EVUTIL_CLOSESOCKET(base->th_notify_fd[1]); in event_base_free_()
824 base->th_notify_fd[0] = -1; in event_base_free_()
825 base->th_notify_fd[1] = -1; in event_base_free_()
983 if (base->th_notify_fd[0] != -1) { in event_reinit()
985 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_reinit()
[all …]
Devent-internal.h335 evutil_socket_t th_notify_fd[2]; member
DChangeLog-2.0710 o Drain th_notify_fd[0] more bytes at a time. (a5bc15b)
/external/libevent/test/
Dregress_thread.c196 base->th_notify_fd[0], EV_READ|EV_PERSIST, notify_fd_cb, in thread_basic()
208 base->th_notify_fd[0], EV_READ|EV_PERSIST, in thread_basic()