FastLED
3.9.15
Loading...
Searching...
No Matches
◆
fetch_sub()
template<typename T>
T
fl::AtomicFake
< T >::fetch_sub
(
T
value
)
inline
Definition at line
164
of file
atomic.h
.
164
{
165
T
old
=
mValue
;
166
T
temp
=
old
-
value
;
167
mValue
=
temp
;
168
return
old
;
169
}
fl::AtomicFake::mValue
T volatile mValue
Definition
atomic.h:193
fl::AtomicFake
Definition
atomic.h:48
fl
AtomicFake
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2