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

Method joinable

src/platforms/stub/thread_stub_noop.h:109–111  ·  view source on GitHub ↗

@brief Check if thread is joinable @return true if joinable, false otherwise

Source from the content-addressed store, hash-verified

107 /// @brief Check if thread is joinable
108 /// @return true if joinable, false otherwise
109 bool joinable() const FL_NOEXCEPT {
110 return mJoinable;
111 }
112
113 /// @brief Get thread ID
114 /// @return Thread ID

Callers 11

fl_spi_platform_isr_stopFunction · 0.80
remove_handlerMethod · 0.80
~TimerThreadManagerMethod · 0.80
~StubWatchdogStateMethod · 0.80
stubWatchdogEnsureWorkerFunction · 0.80
FL_TEST_FILEFunction · 0.80
~NetThreadMethod · 0.80
stopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected