Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ instance_lock_acquire
Method
instance_lock_acquire
dds/DCPS/OwnershipManager.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
int
52
OwnershipManager::instance_lock_acquire()
53
{
54
return instance_lock_.acquire();
55
}
56
57
int
58
OwnershipManager::instance_lock_release()
Callers
1
OwnershipManagerScopedAccess
Method · 0.80
Calls
1
acquire
Method · 0.80
Tested by
no test coverage detected