Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Devent.c647 base->th_notify_fd[0] = -1; in event_base_new_with_config()
648 base->th_notify_fd[1] = -1; in event_base_new_with_config()
861 if (base->th_notify_fd[0] != -1) { in event_base_free_()
863 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_base_free_()
864 if (base->th_notify_fd[1] != -1) in event_base_free_()
865 EVUTIL_CLOSESOCKET(base->th_notify_fd[1]); in event_base_free_()
866 base->th_notify_fd[0] = -1; in event_base_free_()
867 base->th_notify_fd[1] = -1; in event_base_free_()
1026 if (base->th_notify_fd[0] != -1) { in event_reinit()
1028 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_reinit()
[all …]
H A Devent-internal.h335 evutil_socket_t th_notify_fd[2]; member
H A DChangeLog-2.0710 o Drain th_notify_fd[0] more bytes at a time. (a5bc15b)
/freebsd/contrib/libevent/
H A Devent.c647 base->th_notify_fd[0] = -1; in event_base_new_with_config()
648 base->th_notify_fd[1] = -1; in event_base_new_with_config()
861 if (base->th_notify_fd[0] != -1) { in event_base_free_()
863 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_base_free_()
864 if (base->th_notify_fd[1] != -1) in event_base_free_()
865 EVUTIL_CLOSESOCKET(base->th_notify_fd[1]); in event_base_free_()
866 base->th_notify_fd[0] = -1; in event_base_free_()
867 base->th_notify_fd[1] = -1; in event_base_free_()
1026 if (base->th_notify_fd[0] != -1) { in event_reinit()
1028 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_reinit()
[all …]
H A Devent-internal.h335 evutil_socket_t th_notify_fd[2]; member
H A DChangeLog-2.0710 o Drain th_notify_fd[0] more bytes at a time. (a5bc15b)
/freebsd/contrib/ntp/sntp/libevent/test/
H A 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()
/freebsd/contrib/libevent/test/
H A 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()