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

/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_init.c275 struct timebase_freq_t timebase_freq; local
292 timebase_freq.timebase_num = num;
293 timebase_freq.timebase_den = den;
295 if (gTimebaseCallback) gTimebaseCallback(&timebase_freq);
/darwin-on-arm/xnu/pexpert/pexpert/
H A Dpexpert.h115 typedef void (*timebase_callback_func)(struct timebase_freq_t *timebase_freq);

Completed in 16 milliseconds