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

Method Release

util/system/sem.cpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230TSemaphore::~TSemaphore() = default;
231
232void TSemaphore::Release() noexcept {
233 Impl_->Release();
234}
235
236void TSemaphore::Acquire() noexcept {
237 Impl_->Acquire();

Callers 15

DuplicateMethod · 0.45
Y_UNIT_TESTFunction · 0.45
RunBasicsMethod · 0.45
RunRecursiveMutexMethod · 0.45
TestLockFunction · 0.45
StartMethod · 0.45
WaitDMethod · 0.45
GetPtrMethod · 0.45
ValueMethod · 0.45
DoFinishMethod · 0.45
ForInputMethod · 0.45
zlib.cppFile · 0.45

Calls

no outgoing calls

Tested by 1

TestLockFunction · 0.36