Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dthread_policy.c141 thread_set_requested_policy_spinlocked(thread_t thread, int category, int flavor, int value, int va…
2032 thread_set_requested_policy_spinlocked(thread, category, flavor, value, value2, pend_token); in proc_set_thread_policy_spinlocked()
2046 thread_set_requested_policy_spinlocked(thread_t thread, in thread_set_requested_policy_spinlocked() function