Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
548
int 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_run
Function · 0.85
acl_vstream.c
File · 0.85
acl_timed_read
Function · 0.85
acl_socket_read
Function · 0.85
acl_sys_socket.c
File · 0.85
udp_read
Function · 0.85
udp_res_lookup
Function · 0.85
__service_accept_local
Function · 0.85
__service_accept_pass
Function · 0.85
accept
Method · 0.85
read
Method · 0.85
run_server
Function · 0.85
Calls
1
acl_read_wait_ms
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…