Searched refs:thread_bind_cluster_id (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | sched_prim.h | 582 extern kern_return_t thread_bind_cluster_id(thread_t thread, uint32_t cluster_id, thread_bind_optio…
|
| H A D | thread.c | 3182 return thread_bind_cluster_id(thread, index, THREAD_BIND_SOFT | THREAD_BIND_ELIGIBLE_ONLY); in thread_shared_rsrc_policy_set() 3188 return thread_bind_cluster_id(thread, 0, THREAD_UNBIND); in thread_shared_rsrc_policy_clear()
|
| H A D | sched_prim.c | 10081 thread_bind_cluster_id(thread_t thread, uint32_t cluster_id, thread_bind_option_t options) in thread_bind_cluster_id() function
|
| /xnu-11215/bsd/kern/ |
| H A D | sys_generic.c | 2758 extern kern_return_t thread_bind_cluster_id(thread_t thread, uint32_t cluster_id, thread_bind_optio… 2782 kern_return_t kr = thread_bind_cluster_id(self, new_value, 0);
|