Searched refs:th_notify_fd (Results 1 – 3 of 3) sorted by relevance
651 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 …]
337 evutil_socket_t th_notify_fd[2]; member
202 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()