Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
template <class T>
40
struct TTryReadGuardOps: public TReadGuardOps<T> {
41
static inline bool TryAcquire(T* t) noexcept {
42
return t->TryAcquireRead();
43
}
44
};
45
46
template <class T>
Callers
nothing calls this directly
Calls
1
TryAcquireRead
Method · 0.80
Tested by
no test coverage detected