Home
last modified time | relevance | path

Searched refs:mach_ticks (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/htop/htop-3.1.2/darwin/
H A DPlatform.h41 uint64_t Platform_machTicksToNanoseconds(uint64_t mach_ticks);
H A DPlatform.c148 uint64_t Platform_machTicksToNanoseconds(uint64_t mach_ticks) { in Platform_machTicksToNanoseconds() argument
149 return (uint64_t) ((double) mach_ticks * Platform_nanosecondsPerMachTick); in Platform_machTicksToNanoseconds()