Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetMsg
Method · 0.45
ProcessSendCompletion
Method · 0.45
WaitForMsg
Method · 0.45
TIBRecvPacketProcess
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected