MCPcopy Create free account
hub / github.com/catboost/catboost / ~TImpl

Method ~TImpl

util/system/rwlock.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44TRWMutex::TImpl::~TImpl() {
45 Y_ABORT_UNLESS(State_ == 0, "failure, State_ != 0");
46 Y_ABORT_UNLESS(BlockedWriters_ == 0, "failure, BlockedWriters_ != 0");
47}
48
49void TRWMutex::TImpl::AcquireRead() noexcept {
50 with_lock (Lock_) {

Callers

nothing calls this directly

Calls 1

LastSystemErrorTextFunction · 0.70

Tested by

no test coverage detected