Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ store
Method
store
src/fl/stl/atomic.h:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void store(T value, memory_order = memory_order_seq_cst) FL_NOEXCEPT {
66
mValue = value;
67
}
68
69
T exchange(T value, memory_order = memory_order_seq_cst) FL_NOEXCEPT {
70
T old = mValue;
Callers
15
clear_all_tasks
Method · 0.45
set_state
Method · 0.45
setWaitSpinBudgetUs
Function · 0.45
watchdog_timer_thread
Function · 0.45
setup
Function · 0.45
cancel
Function · 0.45
watchdog_signal_handler
Function · 0.45
FL_TEST_FILE
Function · 0.45
watchdog.cpp
File · 0.45
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected