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

Method writev

fs/localfs.cpp:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 return UISysCall(::write(fd, buf, count));
204 }
205 virtual ssize_t writev(const struct iovec *iov, int iovcnt) override
206 {
207 thread_yield();
208 return UISysCall(::writev(fd, iov, iovcnt));
209 }
210 virtual ssize_t pread(void *buf, size_t count, off_t offset) override
211 {
212 thread_yield();

Callers

nothing calls this directly

Calls 2

thread_yieldFunction · 0.85
writevFunction · 0.85

Tested by

no test coverage detected