Searched refs:efd (Results 1 – 1 of 1) sorted by relevance
37 int efd = eventfd(0, nonblocking ? EFD_CLOEXEC | EFD_NONBLOCK : EFD_CLOEXEC); in Curl_eventfd() local38 if(efd == -1) { in Curl_eventfd()42 socks[0] = socks[1] = efd; in Curl_eventfd()
Completed in 4 milliseconds