Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dthread_policy.c198 if (thread->static_param) { in thread_is_static_param()
871 assert(thread->static_param); in thread_set_workq_pri()
873 if (!thread->static_param || !thread->active) { in thread_set_workq_pri()
1445 info->flags |= (thread->static_param ? THREAD_POLICY_STATE_FLAG_STATIC_PARAM : 0); in thread_policy_get()
2139 thread->static_param = true; in thread_set_requested_policy_spinlocked()
H A Dthread.h700 static_param:1, /* Disallow policy parameter changes */ member
H A Dthread.c1739 thread->static_param = true; in thread_create_waiting_internal()
/xnu-8792.41.9/tools/lldbmacros/
H A Dprocess.py390 if int(thread.static_param):