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

Method Acquire

util/system/rwlock.h:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46template <class T>
47struct TWriteGuardOps {
48 static inline void Acquire(T* t) noexcept {
49 t->AcquireWrite();
50 }
51
52 static inline void Release(T* t) noexcept {
53 t->ReleaseWrite();

Callers

nothing calls this directly

Calls 1

AcquireWriteMethod · 0.80

Tested by

no test coverage detected