Home | History | Annotate | Download | only in libevent

Lines Matching refs:SOCK_CLOEXEC

2526 #if defined(SOCK_NONBLOCK) && defined(SOCK_CLOEXEC)
2530 else if ((type & (SOCK_NONBLOCK|SOCK_CLOEXEC)) == 0)
2565 #if defined(EVENT__HAVE_ACCEPT4) && defined(SOCK_CLOEXEC) && defined(SOCK_NONBLOCK)