Searched refs:thread_shared_rsrc_policy_set (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/osfmk/arm/ |
| H A D | machine_routines_common.c | 392 kr = thread_shared_rsrc_policy_set(thread, 0, CLUSTER_SHARED_RSRC_TYPE_RR, agent); in sched_perfcontrol_thread_flags_update() 399 kr = thread_shared_rsrc_policy_set(thread, 0, CLUSTER_SHARED_RSRC_TYPE_NATIVE_FIRST, agent); in sched_perfcontrol_thread_flags_update()
|
| /xnu-11215/osfmk/kern/ |
| H A D | thread.h | 1393 kern_return_t thread_shared_rsrc_policy_set(thread_t thread, uint32_t index, cluster_shared_rsrc_…
|
| H A D | thread.c | 3102 thread_shared_rsrc_policy_set(thread_t thread, __unused uint32_t index, cluster_shared_rsrc_type_t … in thread_shared_rsrc_policy_set() function 3180 thread_shared_rsrc_policy_set(thread_t thread, uint32_t index, __unused cluster_shared_rsrc_type_t … in thread_shared_rsrc_policy_set() function
|
| /xnu-11215/bsd/pthread/ |
| H A D | pthread_workqueue.c | 2822 …kr = thread_shared_rsrc_policy_set(thread, apply_worker_index, CLUSTER_SHARED_RSRC_TYPE_RR, SHARED… in bsdthread_dispatch_apply_attr()
|