Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetWakeupTime
Method
GetWakeupTime
adapter/micro_thread/micro_thread.h:128–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
void RestoreContext(void);
127
128
utime64_t GetWakeupTime(void) {
129
return _wakeup_time;
130
};
131
132
void SetWakeupTime(utime64_t waketime) {
133
_wakeup_time = waketime;
Callers
2
WakeupTimeout
Method · 0.80
KqueueGetTimeout
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected