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

Method TImpl

util/system/rwlock.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38TRWMutex::TImpl::TImpl()
39 : State_(0)
40 , BlockedWriters_(0)
41{
42}
43
44TRWMutex::TImpl::~TImpl() {
45 Y_ABORT_UNLESS(State_ == 0, "failure, State_ != 0");

Callers

nothing calls this directly

Calls 1

LastSystemErrorTextFunction · 0.70

Tested by

no test coverage detected