MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / st_writev

Function st_writev

thread/st.cpp:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319ssize_t st_writev(st_netfd_t fd, const struct iovec *iov, int iov_size, st_utime_t timeout) {
320 return photon::net::writev(getfd(fd), iov, iov_size, timeout);
321}
322
323int st_writev_resid(st_netfd_t fd, struct iovec **iov, int *iov_size, st_utime_t timeout) {
324 if (unlikely(!iov || !*iov || !iov_size || *iov_size <= 0))

Callers

nothing calls this directly

Calls 2

writevFunction · 0.85
getfdFunction · 0.85

Tested by

no test coverage detected