Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
template <class T>
29
struct 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
AcquireRead
Method · 0.80
Tested by
no test coverage detected