Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/CompactNSearch
/ unlock
Method
unlock
include/DataStructures.h:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void unlock()
107
{
108
m_lock.clear(std::memory_order_release);
109
}
110
111
Spinlock() = default;
112
Spinlock(Spinlock const& other) {};
Callers
1
query
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected