MCPcopy Create free account
hub / github.com/F-Stack/f-stack / GetActiveThread

Method GetActiveThread

adapter/micro_thread/micro_thread.h:465–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 };
464
465 MicroThread* GetActiveThread(void) {
466 return _curr_thread;
467 };
468
469 int RunWaitNum(void) {
470 return _waitnum;

Callers 15

RegistSessionMethod · 0.80
ScheduleSleepMethod · 0.80
SchedulePendMethod · 0.80
ScheduleReclaimMethod · 0.80
ScheduleStartRunMethod · 0.80
recvfromMethod · 0.80
sendtoMethod · 0.80
connectMethod · 0.80
acceptMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
recvMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected