MCPcopy 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

ThreadSchduleMethod · 0.95
NotifyThreadMethod · 0.95
SwapDaemonThreadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected