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

/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dsched_tests.c64 uint64_t wakeup_time; /* out parameter */ member in struct:t1_ctx
106 ctx->wakeup_time = mach_absolute_time();
107 dprintf("thread %d woke up at %llu\n", ctx->currentThread, ctx->wakeup_time);
163 ctxs[i].wakeup_time = 0;
219 if ((ctxs[1].wakeup_time < ctxs[0].wakeup_time)
220 && (ctxs[0].wakeup_time < ctxs[2].wakeup_time)) {
224 ctxs[0].wakeup_time, ctxs[1].wakeup_time,
[all...]
/xnu-2782.1.97/osfmk/mach/
H A Dmach_traps.h149 mach_timespec_t *wakeup_time);
522 PAD_ARG_(user_addr_t, wakeup_time);
/xnu-2782.1.97/osfmk/kern/
H A Dclock_oldops.c499 mach_vm_address_t wakeup_time_addr = args->wakeup_time;

Completed in 75 milliseconds