Home
last modified time | relevance | path

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

/curl/lib/
H A Dsocketpair.c37 int efd = eventfd(0, nonblocking ? EFD_CLOEXEC | EFD_NONBLOCK : EFD_CLOEXEC); in Curl_eventfd() local
38 if(efd == -1) { in Curl_eventfd()
42 socks[0] = socks[1] = efd; in Curl_eventfd()

Completed in 4 milliseconds