Home
last modified time | relevance | path

Searched refs:AFFINITY_SET_NULL (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dkern_types.h221 #define AFFINITY_SET_NULL ((affinity_set_t) 0) macro
H A Dthread_act.c832 if (self->affinity_set != AFFINITY_SET_NULL) { in thread_dup()
882 if (source->affinity_set != AFFINITY_SET_NULL) { in thread_dup2()
H A Daffinity.c374 if (thread->affinity_set != AFFINITY_SET_NULL) { in thread_affinity_exec()
H A Dsched_prim.c2498 …bool affinity_mismatch = thread->affinity_set != AFFINITY_SET_NULL && thread->affinity_set->aset… in thread_select()
5373 if (thread->affinity_set != AFFINITY_SET_NULL) { in choose_starting_pset()