MCPcopy Create free account
hub / github.com/acl-dev/acl / acl_read_wait

Function acl_read_wait

lib_acl/src/stdlib/iostuff/acl_read_wait.c:548–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548int acl_read_wait(ACL_SOCKET fd, int timeout)
549{
550 return acl_read_wait_ms(fd, timeout * 1000);
551}
552
553/* #define USE_EPOLL */
554

Callers 13

server_pool_runFunction · 0.85
acl_vstream.cFile · 0.85
acl_timed_readFunction · 0.85
acl_socket_readFunction · 0.85
acl_sys_socket.cFile · 0.85
udp_readFunction · 0.85
udp_res_lookupFunction · 0.85
__service_accept_localFunction · 0.85
__service_accept_passFunction · 0.85
acceptMethod · 0.85
readMethod · 0.85
run_serverFunction · 0.85

Calls 1

acl_read_wait_msFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…