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

Method PostSend

library/cpp/netliba/v12/ib_cs.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 //printf("Post rdma write, size %d\n", qs.Data->GetSize());
237 }
238 void PostSend(TIBBufferPool& bp, const void* data, size_t len, int t, TIBMsgHandle msgHandle) {
239 int bufId = bp.PostSend(QP, data, len);
240 OutMsgs.push_back(TCompleteInfo(t, bufId, msgHandle));
241 }
242 };
243
244 TIntrusivePtr<TIBPort> Port;

Callers 6

StartSendMethod · 0.45
ParsePacketMethod · 0.45
OnCompleteMethod · 0.45
ParseWelcomePacketMethod · 0.45
StepMethod · 0.45
ConnectPeerMethod · 0.45

Calls 2

TCompleteInfoClass · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected