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

/darwin-on-arm/xnu/osfmk/kern/
H A Daffinity.c75 static affinity_set_t affinity_set_remove(affinity_set_t aset, thread_t thread);
160 empty_aset = affinity_set_remove(aset, thread);
343 if (affinity_set_remove(aset, thread)) {
456 affinity_set_remove(affinity_set_t aset, thread_t thread) function
477 DBG("affinity_set_remove(%p,%p) set now empty\n", aset, thread);
480 DBG("affinity_set_remove(%p,%p)\n", aset, thread);

Completed in 23 milliseconds