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

◆ lock()

template<typename T>
void fl::MutexFake< T >::lock ( )
inline

Definition at line 37 of file mutex.h.

37 {
38 // In single-threaded mode, we just track the lock count for debugging
39 mLockCount++;
40 }
int mLockCount
Definition mutex.h:25