MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getState

Method getState

TactilityFreeRtos/Include/Tactility/Thread.h:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 State getState() const {
167 auto lock = mutex.asScopedLock();
168 lock.lock();
169 return state;
170 }
171
172 void start() {
173 mutex.lock();

Callers 1

~DispatcherThreadMethod · 0.45

Calls 2

asScopedLockMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected