Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ acl_write_wait
Function
acl_write_wait
lib_acl/src/stdlib/iostuff/acl_write_wait.c:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
#endif /* ACL_HAS_POLL */
205
206
int acl_write_wait(ACL_SOCKET fd, int timeout)
207
{
208
return acl_write_wait_ms(fd, timeout * 1000);
209
}
Callers
9
server_pool_run
Function · 0.85
vstream_client
Function · 0.85
loop_writen
Function · 0.85
acl_timed_write
Function · 0.85
acl_write_buf
Function · 0.85
acl_sys_socket.c
File · 0.85
sock_send
Method · 0.85
send
Method · 0.85
network_biopair_interop
Function · 0.85
Calls
1
acl_write_wait_ms
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…