Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/ !
H A Dsetitimer.c107 abs_to_nanos_host(uint64_t abstime) in abs_to_nanos_host() function
340 uint64_t total_user_time_ns = abs_to_nanos_host(ru.ri_user_time);
343 uint64_t total_system_time_ns = abs_to_nanos_host(ru.ri_system_time);
349 uint64_t total_runnable_time_ns = abs_to_nanos_host(ru.ri_runnable_time);
355 uint64_t total_p_time_ns = abs_to_nanos_host(ru.ri_user_ptime + ru.ri_system_ptime);
391 uint64_t user_time = abs_to_nanos_host(gThreadList[i].self_stats.ttci_user_time_mach);
392 uint64_t system_time = abs_to_nanos_host(gThreadList[i].self_stats.ttci_system_time_mach);