Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ with_lock
Method
with_lock
util/system/condvar.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
inline void Signal() noexcept {
33
with_lock (Lock_) {
34
if (!Events_.Empty()) {
35
Events_.PopFront()->Signal();
36
}
37
}
38
}
39
40
inline void BroadCast() noexcept {
Callers
nothing calls this directly
Calls
5
Empty
Method · 0.45
Signal
Method · 0.45
PopFront
Method · 0.45
PushBack
Method · 0.45
Unlink
Method · 0.45
Tested by
no test coverage detected