|
Base Module
VST 3.6.6
SDK for developing VST Plug-in
|
Conditional Read Guard - Locks only if valid lock is passed. More...
#include <fthread.h>
Public Member Functions | |
| FConditionalReadGuard (FRwLock *_lock) | |
| FConditionReadGuard constructor. More... | |
| ~FConditionalReadGuard () | |
| FConditionalReadGuard destructor. More... | |
Conditional Read Guard - Locks only if valid lock is passed.
|
inline |
FConditionReadGuard constructor.
| _lock | guard this lock |
|
inline |
FConditionalReadGuard destructor.