Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ SetLastClock
Method
SetLastClock
adapter/micro_thread/micro_thread.h:517–519 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
void WakeupTimeout(void);
516
517
void SetLastClock(utime64_t clock) {
518
_last_clock = clock;
519
};
520
521
void SetActiveThread(MicroThread* thread) {
522
_curr_thread = thread;
Callers
1
Loop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected