MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ acquire_write_lock()

void MayaFlux::Core::BufferProcessingHandle::acquire_write_lock ( )
private

Definition at line 33 of file ProcessingArchitecture.cpp.

34{
35 if (!m_locked) {
36 m_locked = true;
37 }
38}

References m_locked.

Referenced by write_channel_data().

+ Here is the caller graph for this function: