Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ DaemonThread
Method
DaemonThread
adapter/micro_thread/micro_thread.h:507–509 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
MtFrame():_realtime(1){ _curr_thread = NULL; };
506
507
MicroThread* DaemonThread(void){
508
return _daemon;
509
};
510
511
void ThreadSchdule(void);
512
Callers
4
NotifyThread
Method · 0.95
SwapDaemonThread
Method · 0.95
Loop
Method · 0.80
ThreadSchdule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected