Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ with_lock
Method
with_lock
util/network/pollerimpl.h:436–438 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
434
435
inline void SetImpl(void* data, SOCKET fd, int what) {
436
with_lock (CommandLock_) {
437
Commands_.push_back(TCommand(fd, what, data));
438
}
439
440
Signal();
441
}
Callers
nothing calls this directly
Calls
7
TCommand
Class · 0.85
push_back
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Set
Method · 0.45
Remove
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected