Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ ReadWriteLock
Method
ReadWriteLock
JUCE/modules/juce_core/threads/juce_ReadWriteLock.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
{
25
26
ReadWriteLock::ReadWriteLock() noexcept
27
{
28
readerThreads.ensureStorageAllocated (16);
29
}
30
31
ReadWriteLock::~ReadWriteLock() noexcept
32
{
Callers
nothing calls this directly
Calls
1
ensureStorageAllocated
Method · 0.45
Tested by
no test coverage detected