MCPcopy 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

NotifyThreadMethod · 0.95
SwapDaemonThreadMethod · 0.95
LoopMethod · 0.80
ThreadSchduleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected