MCPcopy Create free account
hub / github.com/FastLED/FastLED / load

Method load

src/platforms/shared/atomic.h:43–45  ·  view source on GitHub ↗

Load operation with configurable memory ordering Default to acquire semantics for backward compatibility

Source from the content-addressed store, hash-verified

41 // Load operation with configurable memory ordering
42 // Default to acquire semantics for backward compatibility
43 T load(int order = memory_order_acquire) const FL_NOEXCEPT {
44 return __atomic_load_n(&mValue, order);
45 }
46
47 // Store operation with configurable memory ordering
48 // Default to release semantics for backward compatibility

Callers 15

isShutdownRequestedMethod · 0.45
isRunningMethod · 0.45
~ChannelEngineI2SMethod · 0.45
pollMethod · 0.45
debugTaskFunctionMethod · 0.45
beginTransmissionMethod · 0.45
pollMethod · 0.45
isTransmittingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected