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

Method Dequeue

library/cpp/neh/wfmo.h:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 inline bool Dequeue(TWaitHandle** wq) noexcept {
89 return Q_.Dequeue(wq);
90 }
91
92 private:
93 TBlockedQueue<TWaitHandle*> Q_;

Callers 15

~TIBMemPoolMethod · 0.45
ThreadFuncMethod · 0.45
~TCopyResultStorageMethod · 0.45
GetCopyResultMethod · 0.45
EraseListFunction · 0.45
GetRequestCancelMethod · 0.45
GetSendRequestAccMethod · 0.45
StepMethod · 0.45
DoSendsMethod · 0.45
~TUdpHttpMethod · 0.45
GetRequestMethod · 0.45
GetResponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected