Searched refs:thread_bind_cluster_id (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | sched_prim.h | 537 extern kern_return_t thread_bind_cluster_id(thread_t thread, uint32_t cluster_id, thread_bind_optio…
|
| H A D | thread.c | 3057 return thread_bind_cluster_id(thread, index, THREAD_BIND_SOFT | THREAD_BIND_ELIGIBLE_ONLY); in thread_shared_rsrc_policy_set() 3063 return thread_bind_cluster_id(thread, 0, THREAD_UNBIND); in thread_shared_rsrc_policy_clear()
|
| H A D | sched_prim.c | 8108 thread_bind_cluster_id(thread_t thread, uint32_t cluster_id, thread_bind_option_t options) in thread_bind_cluster_id() function
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | sys_generic.c | 2814 extern kern_return_t thread_bind_cluster_id(thread_t thread, uint32_t cluster_id, thread_bind_optio… 2837 thread_bind_cluster_id(self, new_value, 0);
|