Searched refs:idle_nanos (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c3304 uint64_t idle_nanos = 0; local
3317 if (CFNumberGetValue(hidsys_idlenum, kCFNumberSInt64Type, &idle_nanos))
3319 ret_time = ((CFTimeInterval)idle_nanos)/kTimeNSPerSec;

Completed in 122 milliseconds