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

Method GetLastClock

adapter/micro_thread/micro_thread.h:457–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455 char* Version(void);
456
457 utime64_t GetLastClock(void) {
458 if(_realtime)
459 {
460 return GetSystemMS();
461 }
462 return _last_clock;
463 };
464
465 MicroThread* GetActiveThread(void) {
466 return _curr_thread;

Callers 15

WaitNotifyMethod · 0.95
KqueueScheduleMethod · 0.95
start_timerMethod · 0.80
check_expiredMethod · 0.80
mt_multi_openMethod · 0.80
mt_multi_sendtoMethod · 0.80
mt_multi_recvfromMethod · 0.80
mt_multi_sendrcv_exMethod · 0.80
SendRecvMethod · 0.80
ScheduleGetTimeMethod · 0.80
recvfromMethod · 0.80
sendtoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected