Home
last modified time | relevance | path

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

/xnu-11215.41.3/osfmk/kern/
H A Dpolicy_internal.h280 extern const struct thread_requested_policy default_thread_requested_policy;
H A Dthread_policy.c69 const struct thread_requested_policy default_thread_requested_policy = { variable
H A Dthread.c1387 new_thread->requested_policy = default_thread_requested_policy; in thread_create_internal()