Searched refs:thread_soft_bind_cluster_id (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | sched_prim.h | 596 extern kern_return_t thread_soft_bind_cluster_id(thread_t thread, uint32_t cluster_id, thread_bind_…
|
| H A D | thread.c | 3234 return thread_soft_bind_cluster_id(thread, index, THREAD_BIND_ELIGIBLE_ONLY); in thread_shared_rsrc_policy_set() 3240 return thread_soft_bind_cluster_id(thread, 0, THREAD_UNBIND); in thread_shared_rsrc_policy_clear()
|
| H A D | sched_prim.c | 10639 thread_soft_bind_cluster_id(thread_t thread, uint32_t cluster_id, thread_bind_option_t options) in thread_soft_bind_cluster_id() function
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | sys_generic.c | 2886 extern kern_return_t thread_soft_bind_cluster_id(thread_t thread, uint32_t cluster_id, thread_bind_… 2912 kern_return_t kr = thread_soft_bind_cluster_id(self, new_value, 0);
|