Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~DispatcherThread
Method · 0.45
Calls
2
asScopedLock
Method · 0.80
lock
Method · 0.45
Tested by
no test coverage detected