FastLED 3.9.15
Loading...
Searching...
No Matches

◆ lock_guard() [1/3]

template<typename MutexType>
fl::lock_guard< MutexType >::lock_guard ( MutexType & mutex)
inline

Definition at line 77 of file mutex.h.

77 : mMutex(mutex) {
78 mMutex.lock();
79 }
MutexType & mMutex
Definition mutex.h:92

References mMutex.

Referenced by lock_guard(), lock_guard(), operator=(), and operator=().

+ Here is the caller graph for this function: