Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dthread_policy.c198 if (thread->static_param) { in thread_is_static_param()
872 assert(thread->static_param); in thread_set_workq_pri()
874 if (!thread->static_param || !thread->active) { in thread_set_workq_pri()
1460 info->flags |= (thread->static_param ? THREAD_POLICY_STATE_FLAG_STATIC_PARAM : 0); in thread_policy_get()
2182 thread->static_param = true; in thread_set_requested_policy_spinlocked()
H A Dthread.h752 static_param:1, /* Disallow policy parameter changes */ member
H A Dthread.c1734 thread->static_param = true; in thread_create_waiting_internal()
/xnu-10063.101.15/tools/lldbmacros/
H A Dprocess.py391 if int(thread.static_param):