Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Drecount.c551 _time_since_last_snapshot(void) in _time_since_last_snapshot() function
563 return previous_time + _time_since_last_snapshot(); in recount_current_thread_time_mach()
573 times.rtm_user += _time_since_last_snapshot(); in recount_current_thread_times()
575 times.rtm_system += _time_since_last_snapshot(); in recount_current_thread_times()