Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Dcore.c75 # define uv__accept4 accept4 macro
78 # define uv__accept4(a, b, c, d) paccept((a), (b), (c), NULL, (d)) macro
89 # define uv__accept4 accept4 macro
503 #ifdef uv__accept4 in uv__accept()
504 peerfd = uv__accept4(sockfd, NULL, NULL, SOCK_NONBLOCK|SOCK_CLOEXEC); in uv__accept()
513 #ifndef uv__accept4 in uv__accept()
/third_party/libuv/
DChangeLog736 * linux: fix uv__accept4() (twosee)