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

/darwin-on-arm/xnu/osfmk/kern/
H A Daffinity.h72 extern kern_return_t thread_affinity_set(thread_t thread, uint32_t tag);
H A Dthread_policy.c221 * return directly after calling thread_affinity_set().
223 * thread_affinity_set() takes the task lock.
226 return thread_affinity_set(thread, info->affinity_tag);
H A Daffinity.c113 * thread_affinity_set()
118 thread_affinity_set(thread_t thread, uint32_t tag) function
125 DBG("thread_affinity_set(%p,%u)\n", thread, tag);
158 DBG("thread_affinity_set(%p,%u) removing from aset %p\n",
169 DBG("thread_affinity_set(%p,%u) found aset %p\n",
187 DBG("thread_affinity_set(%p,%u) (re-)using aset %p\n",
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c1885 (void)thread_affinity_set(th_to_run, affinity_tag + 1);

Completed in 33 milliseconds