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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_fixedpriority.c624 if (current_time >= thread->last_run_time + fairshare_minimum_blocked_time) {
636 MACHDBG_CODE(DBG_MACH_SCHED,MACH_FAIRSHARE_EXIT) | DBG_FUNC_NONE, (uint32_t)(thread->last_run_time & 0xFFFFFFFF), (uint32_t)(thread->last_run_time >> 32), (uint32_t)(current_time & 0xFFFFFFFF), (uint32_t)(current_time >> 32), thread_tid(thread));
646 thread->last_quantum_refill_time = thread->last_run_time - 2 * sched_fixedpriority_quantum - 1;
752 uint64_t elapsed = thread->last_run_time - thread->last_quantum_refill_time;
H A Dpriority.c114 thread->last_run_time = processor->quantum_end;
H A Dthread.h246 uint64_t last_run_time; /* time when thread was switched away from */ member in struct:thread
H A Dthread.c209 thread_template.last_run_time = 0;
H A Dsched_prim.c1881 thread->last_run_time = processor->last_dispatch;
2134 self->last_run_time = processor->last_dispatch;
2247 self->last_run_time = processor->last_dispatch;

Completed in 39 milliseconds