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