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

Method TryAcquire

util/system/rwlock.h:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39template <class T>
40struct TTryReadGuardOps: public TReadGuardOps<T> {
41 static inline bool TryAcquire(T* t) noexcept {
42 return t->TryAcquireRead();
43 }
44};
45
46template <class T>

Callers

nothing calls this directly

Calls 1

TryAcquireReadMethod · 0.80

Tested by

no test coverage detected