MCPcopy 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

InitFrameMethod · 0.80
ThreadSchduleMethod · 0.80
InsertSleepMethod · 0.80
InsertRunableMethod · 0.80
InsertPendMethod · 0.80
NotifyThreadMethod · 0.80
SwapDaemonThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected