MCPcopy 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
206int acl_write_wait(ACL_SOCKET fd, int timeout)
207{
208 return acl_write_wait_ms(fd, timeout * 1000);
209}

Callers 9

server_pool_runFunction · 0.85
vstream_clientFunction · 0.85
loop_writenFunction · 0.85
acl_timed_writeFunction · 0.85
acl_write_bufFunction · 0.85
acl_sys_socket.cFile · 0.85
sock_sendMethod · 0.85
sendMethod · 0.85
network_biopair_interopFunction · 0.85

Calls 1

acl_write_wait_msFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…