Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RegistSession
Method · 0.80
ScheduleSleep
Method · 0.80
SchedulePend
Method · 0.80
ScheduleReclaim
Method · 0.80
ScheduleStartRun
Method · 0.80
recvfrom
Method · 0.80
sendto
Method · 0.80
connect
Method · 0.80
accept
Method · 0.80
read
Method · 0.80
write
Method · 0.80
recv
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected