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

Method UnLock

library/cpp/coroutine/engine/mutex.h:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void UnLock() noexcept {
40 Y_ASSERT(!Token_);
41
42 Token_ = true;
43 WaitQueue_.Signal();
44 }
45
46private:
47 TContWaitQueue WaitQueue_;

Callers 3

WaitDMethod · 0.80
CoMutexFunction · 0.80
CoCondVarFunction · 0.80

Calls 1

SignalMethod · 0.45

Tested by

no test coverage detected