Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ SetState
Method
SetState
adapter/micro_thread/micro_thread.h:256–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
bool HasNoSubThread();
255
256
void SetState(ThreadState state) {
257
_state = state;
258
};
259
ThreadState GetState(void) {
260
return _state;
261
}
Callers
7
InitFrame
Method · 0.80
ThreadSchdule
Method · 0.80
InsertSleep
Method · 0.80
InsertRunable
Method · 0.80
InsertPend
Method · 0.80
NotifyThread
Method · 0.80
SwapDaemonThread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected