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

Method IsEmpty

library/cpp/netliba/socket/packet_queue.h:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 bool IsEmpty() const {
90 return AtomicAdd(NumPackets, 0) == 0;
91 }
92
93 TSystemEvent& GetEvent() const {
94 return QueueEvent;

Callers 15

SendMethod · 0.45
WaitMethod · 0.45
~TTXUserQueueMethod · 0.45
SendLowMethod · 0.45
WaitMethod · 0.45
CreateMethod · 0.45
OpenMethod · 0.45

Calls 1

AtomicAddFunction · 0.50

Tested by

no test coverage detected