Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Acquire
Method
Acquire
util/system/sem.cpp:236–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
}
235
236
void TSemaphore::Acquire() noexcept {
237
Impl_->Acquire();
238
}
239
240
bool TSemaphore::TryAcquire() noexcept {
241
return Impl_->TryAcquire();
Callers
10
ReleaseRead
Method · 0.45
ReleaseWrite
Method · 0.45
Release
Method · 0.45
RunBasics
Method · 0.45
RunRecursiveMutex
Method · 0.45
TestLock
Function · 0.45
WaitD
Method · 0.45
ProcessParentBeforeFork
Method · 0.45
Stop
Method · 0.45
WaitForJob
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestLock
Function · 0.36