Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Daffinity.c132 affinity_set_t empty_aset = NULL; in thread_affinity_set() local
173 empty_aset = affinity_set_remove(aset, thread); in thread_affinity_set()
189 if (empty_aset != NULL) { in thread_affinity_set()
190 aset = empty_aset; in thread_affinity_set()
191 empty_aset = NULL; in thread_affinity_set()
215 if (empty_aset != NULL) { in thread_affinity_set()
216 affinity_set_free(empty_aset); in thread_affinity_set()