Home
last modified time | relevance | path

Searched refs:thread_policy_set_internal (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/bsd/pthread/
H A Dpthread_shims.c566 .thread_policy_set_internal = thread_policy_set_internal,
H A Dpthread_workqueue.c2534 kr = thread_policy_set_internal(th, THREAD_QOS_POLICY, in bsdthread_set_self()
2563 kr = thread_policy_set_internal(th, THREAD_EXTENDED_POLICY, in bsdthread_set_self()
2578 kr = thread_policy_set_internal(th, THREAD_EXTENDED_POLICY, in bsdthread_set_self()
/xnu-11215/osfmk/kern/
H A Dpolicy_internal.h254 extern kern_return_t thread_policy_set_internal(thread_t thread, thread_policy_flavor_t flavor,
H A Dthread_policy.c322 kr = thread_policy_set_internal(thread, flavor, policy_info, count); in thread_policy_set()
327 …(void)thread_policy_set_internal(thread, THREAD_QOS_POLICY, (thread_policy_t)&req_qos, THREAD_QOS_… in thread_policy_set()
340 thread_policy_set_internal( in thread_policy_set_internal() function
/xnu-11215/bsd/sys/
H A Dpthread_shims.h226 …kern_return_t (*thread_policy_set_internal)(thread_t t, thread_policy_flavor_t flavour, thread_pol… member
/xnu-11215/osfmk/i386/
H A Dmachine_routines.c492 kret = thread_policy_set_internal(thread, THREAD_PRECEDENCE_POLICY, in ml_thread_policy()