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

Method PostSend

library/cpp/netliba/v6/ib_cs.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 //printf("Post rdma write, size %d\n", qs.Data->GetSize());
230 }
231 void PostSend(TIBBufferPool& bp, const void* data, size_t len, int t, TIBMsgHandle msgHandle) {
232 int bufId = bp.PostSend(QP, data, len);
233 OutMsgs.push_back(TCompleteInfo(t, bufId, msgHandle));
234 }
235 };
236
237 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