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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpriority.c124 if (thread->sched_stamp != sched_tick)
301 ticks = sched_tick - thread->sched_stamp;
303 thread->sched_stamp += ticks;
351 thread->sched_stamp >= thread->safe_release ) {
H A Dthread.c195 thread_template.sched_stamp = 0;
679 new_thread->sched_stamp = sched_tick;
902 if (thread->sched_stamp != sched_tick)
H A Dthread.h238 natural_t sched_stamp; /* last scheduler tick */ member in struct:thread
H A Dsched_prim.c1180 if (thread->sched_stamp != sched_tick)
2396 if (thread->sched_stamp != sched_tick)
3166 if ( thread->sched_stamp != sched_tick &&
3210 if (thread != THREAD_NULL && thread->sched_stamp != sched_tick) {
3231 thread->sched_stamp != sched_tick )

Completed in 40 milliseconds