Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ SetActiveThread
Method
SetActiveThread
adapter/micro_thread/micro_thread.h:521–523 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
519
};
520
521
void SetActiveThread(MicroThread* thread) {
522
_curr_thread = thread;
523
};
524
525
utime64_t GetSystemMS(void) {
526
struct timeval tv;
Callers
3
ThreadSchdule
Method · 0.95
NotifyThread
Method · 0.95
SwapDaemonThread
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected