MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / MsToTicks

Function MsToTicks

Kernel/src/arch/x86_64/timer.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 inline uint64_t MsToTicks(long ms){
86 return ms * frequency / 1000;
87 }
88
89 timeval_t GetSystemUptimeStruct(){
90 timeval_t tval;

Callers 1

SleepCurrentThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected