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

Method wait_for_fd

thread/thread.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 std::atomic_bool notify{false};
98
99 __attribute__((noinline))
100 int wait_for_fd(int fd, uint32_t interests, Timeout timeout) override {
101 return -1;
102 }
103
104 __attribute__((noinline))
105 int cancel_wait() override {

Callers 1

st_netfd_pollFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected