Searched refs:thread_policy_set_internal (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/bsd/pthread/ |
| H A D | pthread_shims.c | 566 .thread_policy_set_internal = thread_policy_set_internal,
|
| H A D | pthread_workqueue.c | 2534 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 D | policy_internal.h | 254 extern kern_return_t thread_policy_set_internal(thread_t thread, thread_policy_flavor_t flavor,
|
| H A D | thread_policy.c | 322 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 D | pthread_shims.h | 226 …kern_return_t (*thread_policy_set_internal)(thread_t t, thread_policy_flavor_t flavour, thread_pol… member
|
| /xnu-11215/osfmk/i386/ |
| H A D | machine_routines.c | 492 kret = thread_policy_set_internal(thread, THREAD_PRECEDENCE_POLICY, in ml_thread_policy()
|