MCPcopy 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
26ReadWriteLock::ReadWriteLock() noexcept
27{
28 readerThreads.ensureStorageAllocated (16);
29}
30
31ReadWriteLock::~ReadWriteLock() noexcept
32{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected