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

/darwin-on-arm/xnu/osfmk/kern/
H A Dpriority.c389 if (sched_tick == thread->sched_stamp)
409 ticks = sched_tick - thread->sched_stamp;
411 thread->sched_stamp += ticks;
H A Dthread.h270 natural_t sched_stamp; /* last scheduler tick */ member in struct:thread
H A Dthread.c216 thread_template.sched_stamp = 0;
806 new_thread->sched_stamp = sched_tick;
H A Dsched_prim.c4365 if ( thread->sched_stamp != sched_tick &&
4409 if (thread != THREAD_NULL && thread->sched_stamp != sched_tick) {

Completed in 51 milliseconds