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

Method Acquire

util/system/rwlock.h:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28template <class T>
29struct TReadGuardOps {
30 static inline void Acquire(T* t) noexcept {
31 t->AcquireRead();
32 }
33
34 static inline void Release(T* t) noexcept {
35 t->ReleaseRead();

Callers

nothing calls this directly

Calls 1

AcquireReadMethod · 0.80

Tested by

no test coverage detected