th_notify_fd      288 opal/mca/event/libevent2022/libevent/event-internal.h 	evutil_socket_t th_notify_fd[2];
th_notify_fd      575 opal/mca/event/libevent2022/libevent/event.c 	base->th_notify_fd[0] = -1;
th_notify_fd      576 opal/mca/event/libevent2022/libevent/event.c 	base->th_notify_fd[1] = -1;
th_notify_fd      716 opal/mca/event/libevent2022/libevent/event.c 	if (base->th_notify_fd[0] != -1) {
th_notify_fd      718 opal/mca/event/libevent2022/libevent/event.c 		EVUTIL_CLOSESOCKET(base->th_notify_fd[0]);
th_notify_fd      719 opal/mca/event/libevent2022/libevent/event.c 		if (base->th_notify_fd[1] != -1)
th_notify_fd      720 opal/mca/event/libevent2022/libevent/event.c 			EVUTIL_CLOSESOCKET(base->th_notify_fd[1]);
th_notify_fd      721 opal/mca/event/libevent2022/libevent/event.c 		base->th_notify_fd[0] = -1;
th_notify_fd      722 opal/mca/event/libevent2022/libevent/event.c 		base->th_notify_fd[1] = -1;
th_notify_fd      835 opal/mca/event/libevent2022/libevent/event.c 	if (base->th_notify_fd[0] != -1) {
th_notify_fd      845 opal/mca/event/libevent2022/libevent/event.c 		EVUTIL_CLOSESOCKET(base->th_notify_fd[0]);
th_notify_fd      846 opal/mca/event/libevent2022/libevent/event.c 		if (base->th_notify_fd[1] != -1)
th_notify_fd      847 opal/mca/event/libevent2022/libevent/event.c 			EVUTIL_CLOSESOCKET(base->th_notify_fd[1]);
th_notify_fd      848 opal/mca/event/libevent2022/libevent/event.c 		base->th_notify_fd[0] = -1;
th_notify_fd      849 opal/mca/event/libevent2022/libevent/event.c 		base->th_notify_fd[1] = -1;
th_notify_fd     2007 opal/mca/event/libevent2022/libevent/event.c 	r = send(base->th_notify_fd[1], buf, 1, 0);
th_notify_fd     2009 opal/mca/event/libevent2022/libevent/event.c 	r = write(base->th_notify_fd[1], buf, 1);
th_notify_fd     2023 opal/mca/event/libevent2022/libevent/event.c 		r = write(base->th_notify_fd[0], (void*) &msg, sizeof(msg));
th_notify_fd     2781 opal/mca/event/libevent2022/libevent/event.c 	if (base->th_notify_fd[0] >= 0)
th_notify_fd     2788 opal/mca/event/libevent2022/libevent/event.c 	base->th_notify_fd[0] = eventfd(0, EFD_CLOEXEC);
th_notify_fd     2789 opal/mca/event/libevent2022/libevent/event.c 	if (base->th_notify_fd[0] >= 0) {
th_notify_fd     2790 opal/mca/event/libevent2022/libevent/event.c 		evutil_make_socket_closeonexec(base->th_notify_fd[0]);
th_notify_fd     2796 opal/mca/event/libevent2022/libevent/event.c 	if (base->th_notify_fd[0] < 0) {
th_notify_fd     2798 opal/mca/event/libevent2022/libevent/event.c 			if (pipe(base->th_notify_fd) < 0) {
th_notify_fd     2801 opal/mca/event/libevent2022/libevent/event.c 				evutil_make_socket_closeonexec(base->th_notify_fd[0]);
th_notify_fd     2802 opal/mca/event/libevent2022/libevent/event.c 				evutil_make_socket_closeonexec(base->th_notify_fd[1]);
th_notify_fd     2813 opal/mca/event/libevent2022/libevent/event.c 	if (base->th_notify_fd[0] < 0) {
th_notify_fd     2815 opal/mca/event/libevent2022/libevent/event.c 			base->th_notify_fd) == -1) {
th_notify_fd     2819 opal/mca/event/libevent2022/libevent/event.c 			evutil_make_socket_closeonexec(base->th_notify_fd[0]);
th_notify_fd     2820 opal/mca/event/libevent2022/libevent/event.c 			evutil_make_socket_closeonexec(base->th_notify_fd[1]);
th_notify_fd     2824 opal/mca/event/libevent2022/libevent/event.c 	evutil_make_socket_nonblocking(base->th_notify_fd[0]);
th_notify_fd     2836 opal/mca/event/libevent2022/libevent/event.c 	if (base->th_notify_fd[1] > 0)
th_notify_fd     2837 opal/mca/event/libevent2022/libevent/event.c 		evutil_make_socket_nonblocking(base->th_notify_fd[1]);
th_notify_fd     2840 opal/mca/event/libevent2022/libevent/event.c 	event_assign(&base->th_notify, base, base->th_notify_fd[0],
th_notify_fd      211 opal/mca/event/libevent2022/libevent/test/regress_thread.c 		    base->th_notify_fd[0], EV_READ|EV_PERSIST, notify_fd_cb,
th_notify_fd      223 opal/mca/event/libevent2022/libevent/test/regress_thread.c 			    base->th_notify_fd[0], EV_READ|EV_PERSIST,