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

◆ remove_shared_ref()

bool fl::detail::ControlBlockBase::remove_shared_ref ( )

Definition at line 36 of file shared_ptr.cpp.hpp.

36 {
38 return false; // Never destroy in no-tracking mode
39 }
40 return (--shared_count == 0);
41}
static constexpr fl::u32 NO_TRACKING_VALUE
Definition shared_ptr.h:33
fl::atomic_u32 shared_count
Definition shared_ptr.h:29

References NO_TRACKING_VALUE, and shared_count.

Referenced by destroy_control_block().

+ Here is the caller graph for this function: