Searched refs:bound_processor (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_fixedpriority.c260 if (thread->bound_processor == PROCESSOR_NULL)
263 assert(thread->bound_processor == processor);
274 if (thread->bound_processor == PROCESSOR_NULL)
277 assert(thread->bound_processor == processor);
448 if (thread->bound_processor == PROCESSOR_NULL) {
639 } else if ((thread->sched_flags & TH_SFLAG_DEPRESSED_MASK) && (thread->bound_processor == PROCESSOR_NULL)) {
658 if ((thread->sched_flags & TH_SFLAG_PENDING_THROTTLE_MASK) && (thread->bound_processor == PROCESSOR_NULL)) {
759 if ((elapsed < 2 * sched_fixedpriority_quantum) && (thread->bound_processor == PROCESSOR_NULL)) {
H A Dsyscall_subr.c291 (thread->bound_processor == PROCESSOR_NULL ||
292 thread->bound_processor == processor) &&
H A Dsched_proto.c321 if ((thread->bound_processor == PROCESSOR_NULL ||
322 thread->bound_processor == processor) &&
H A Dsched_prim.c188 if (thread->bound_processor == PROCESSOR_NULL)
191 assert(thread->bound_processor == processor);
202 if (thread->bound_processor == PROCESSOR_NULL)
205 assert(thread->bound_processor == processor);
1611 prev = self->bound_processor;
1612 self->bound_processor = processor;
1667 (thread->bound_processor == PROCESSOR_NULL ||
1668 thread->bound_processor == processor) &&
1997 if (thread->bound_processor == PROCESSOR_NULL ||
1998 thread->bound_processor
[all...]
H A Dthread.c223 thread_template.bound_processor = PROCESSOR_NULL;
1154 if (thread->bound_processor != PROCESSOR_NULL && thread->bound_processor->idle_thread == thread)
H A Dprocessor.c468 thread->bound_processor = processor;
H A Dsched_grrr.c369 if (thread->bound_processor == PROCESSOR_NULL) {
H A Dthread.h251 processor_t bound_processor; /* bound to a processor? */ member in struct:thread

Completed in 91 milliseconds