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

/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Daffinity.h71 extern kern_return_t thread_affinity_set(thread_t thread, uint32_t tag);
H A Daffinity.c117 * thread_affinity_set()
122 thread_affinity_set(thread_t thread, uint32_t tag) function
129 DBG("thread_affinity_set(%p,%u)\n", thread, tag);
162 DBG("thread_affinity_set(%p,%u) removing from aset %p\n",
173 DBG("thread_affinity_set(%p,%u) found aset %p\n",
191 DBG("thread_affinity_set(%p,%u) (re-)using aset %p\n",
H A Dthread_policy.c375 * return directly after calling thread_affinity_set().
377 * thread_affinity_set() takes the task lock.
380 return thread_affinity_set(thread, info->affinity_tag);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c463 .thread_affinity_set = thread_affinity_set,
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h181 kern_return_t (*thread_affinity_set)(thread_t thread, uint32_t tag); member in struct:pthread_callbacks_s

Completed in 177 milliseconds