Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dpolicy_internal.h184 extern int proc_thread_qos_remove_override(task_t task, thread_t thread, uint64_t tid,
H A Dthread_policy.c2902 proc_thread_qos_remove_override(task_t task, in proc_thread_qos_remove_override() function
/xnu-11215/bsd/pthread/
H A Dpthread_shims.c216 return proc_thread_qos_remove_override(task, thread, tid, resource, in proc_usynch_thread_qos_remove_override_for_resource()
H A Dpthread_workqueue.c2644 int rv = proc_thread_qos_remove_override(proc_task(p), th, 0, resource, in bsdthread_remove_explicit_override()