Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/
H A Devent.c651 base->th_notify_fd[0] = -1; in event_base_new_with_config()
652 base->th_notify_fd[1] = -1; in event_base_new_with_config()
865 if (base->th_notify_fd[0] != -1) { in event_base_free_()
867 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_base_free_()
868 if (base->th_notify_fd[1] != -1) in event_base_free_()
869 EVUTIL_CLOSESOCKET(base->th_notify_fd[1]); in event_base_free_()
870 base->th_notify_fd[0] = -1; in event_base_free_()
871 base->th_notify_fd[1] = -1; in event_base_free_()
1030 if (base->th_notify_fd[0] != -1) { in event_reinit()
1032 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_reinit()
[all …]
H A Devent-internal.h337 evutil_socket_t th_notify_fd[2]; member
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_thread.c202 base->th_notify_fd[0], EV_READ|EV_PERSIST, notify_fd_cb, in thread_basic()
214 base->th_notify_fd[0], EV_READ|EV_PERSIST, in thread_basic()