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

/darwin-on-arm/xnu/osfmk/kern/
H A Dhost.c394 #define GET_TICKS_VALUE(processor, state, timer) \ macro
413 GET_TICKS_VALUE(processor, CPU_STATE_USER, user_state);
415 GET_TICKS_VALUE(processor, CPU_STATE_SYSTEM, system_state);
418 GET_TICKS_VALUE(processor, CPU_STATE_USER, system_state);
426 GET_TICKS_VALUE(processor, CPU_STATE_IDLE, idle_state);

Completed in 20 milliseconds