Home
last modified time | relevance | path

Searched refs:thread_shared_rsrc_policy_set (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c392 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 Dthread.h1393 kern_return_t thread_shared_rsrc_policy_set(thread_t thread, uint32_t index, cluster_shared_rsrc_…
H A Dthread.c3102 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 Dpthread_workqueue.c2822 …kr = thread_shared_rsrc_policy_set(thread, apply_worker_index, CLUSTER_SHARED_RSRC_TYPE_RR, SHARED… in bsdthread_dispatch_apply_attr()