Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetSystemMS
Method
GetSystemMS
adapter/micro_thread/micro_thread.h:525–529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
523
};
524
525
utime64_t GetSystemMS(void) {
526
struct timeval tv;
527
gettimeofday(&tv, NULL);
528
return (tv.tv_sec * 1000ULL + tv.tv_usec / 1000ULL);
529
};
530
531
void InsertSleep(MicroThread* thread);
532
Callers
1
Loop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected