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

Method RequestPostRecv

library/cpp/netliba/v12/ib_buffers.h:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128 }
129 void RequestPostRecv() {
130 ++PostRecvDeficit;
131 }
132 void PostRecv() {
133 for (int i = 0; i < PostRecvDeficit; ++i) {
134 int id = AllocBuf();

Callers 4

GetMsgMethod · 0.45
ProcessSendCompletionMethod · 0.45
WaitForMsgMethod · 0.45
TIBRecvPacketProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected