MCPcopy Create free account
hub / github.com/catboost/catboost / Remove

Method Remove

util/network/pollerimpl.h:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268
269 inline void Remove(int fd) noexcept {
270 TEvent e;
271
272 Zero(e);
273
274 epoll_ctl(Fd_, EPOLL_CTL_DEL, fd, &e);
275 }
276
277 inline size_t Wait(TEvent* events, size_t len, int timeout) noexcept {
278 const int ret = ContEpollWait(Fd_, events, len, MicroToMilli(timeout));

Callers 3

with_lockMethod · 0.45
SetMethod · 0.45
UnwaitMethod · 0.45

Calls 1

ZeroFunction · 0.85

Tested by

no test coverage detected