FastLED
3.9.15
Loading...
Searching...
No Matches
◆
try_lock()
template<typename T>
bool
fl::MutexFake
< T >::try_lock
(
)
inline
Definition at line
48
of file
mutex.h
.
48
{
49
// In single-threaded mode, always succeed and increment count
50
mLockCount
++;
51
return
true
;
52
}
fl::MutexFake::mLockCount
int mLockCount
Definition
mutex.h:25
fl
MutexFake
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2