Home
last modified time | relevance | path

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

/external/libevent/
Devent.c573 base->th_notify_fd[0] = -1; in event_base_new_with_config()
574 base->th_notify_fd[1] = -1; in event_base_new_with_config()
714 if (base->th_notify_fd[0] != -1) { in event_base_free()
716 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_base_free()
717 if (base->th_notify_fd[1] != -1) in event_base_free()
718 EVUTIL_CLOSESOCKET(base->th_notify_fd[1]); in event_base_free()
719 base->th_notify_fd[0] = -1; in event_base_free()
720 base->th_notify_fd[1] = -1; in event_base_free()
833 if (base->th_notify_fd[0] != -1) { in event_reinit()
843 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_reinit()
[all …]
Devent-internal.h288 evutil_socket_t th_notify_fd[2]; member
DChangeLog774 o Drain th_notify_fd[0] more bytes at a time. (a5bc15b)