Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dtask_policy.c182 &get_default),
196 &get_default),
216 &get_default),
243 &get_default),
273 &get_default),
303 &get_default),
472 &get_default),
486 &get_default),
506 &get_default),
533 &get_default),
[all …]
H A Dthread_policy.c33 boolean_t get_default = FALSE; in get_thread_requested_qos() local
37 (thread_policy_t)&requested_policy, &count, &get_default); in get_thread_requested_qos()
H A Dcoalition_policy.c76 boolean_t get_default = FALSE; in check_is_bg() local
79 (task_policy_t)&policy_state, &count, &get_default); in check_is_bg()
H A Dturnstile_multihop.c224 boolean_t get_default = FALSE; in get_user_promotion_basepri() local
228 (thread_policy_t)&thread_policy, &count, &get_default); in get_user_promotion_basepri()
H A Dkevent_qos.c92 boolean_t get_default = FALSE; in get_user_promotion_basepri() local
96 (thread_policy_t)&thread_policy, &count, &get_default); in get_user_promotion_basepri()
106 boolean_t get_default = FALSE; in get_thread_iotier() local
110 (thread_policy_t)&thread_policy, &count, &get_default); in get_thread_iotier()
H A Dstackshot_tests.m1126 boolean_t get_default = FALSE;
1130 (thread_policy_t)&thread_policy, &count, &get_default);
/xnu-11215/tools/tests/affinity/
H A Dtags.c62 boolean_t get_default = FALSE; in thread_tag_get() local
68 (thread_policy_t) &policy, &count, &get_default); in thread_tag_get()
/xnu-11215/osfmk/kern/
H A Dthread_policy.c1307 if (!(*get_default)) { in thread_policy_get()
1319 *get_default = TRUE; in thread_policy_get()
1352 if (!(*get_default)) { in thread_policy_get()
1366 *get_default = TRUE; in thread_policy_get()
1373 if (*get_default) { in thread_policy_get()
1398 if (!(*get_default)) { in thread_policy_get()
1428 if (!(*get_default)) { in thread_policy_get()
1454 if (!(*get_default)) { in thread_policy_get()
1513 if (*get_default) { in thread_policy_get()
1533 if (*get_default) { in thread_policy_get()
[all …]
H A Dtask_policy.c580 boolean_t *get_default) in task_policy_get() argument
595 if (*get_default) { in task_policy_get()
612 if (*get_default) { in task_policy_get()
647 if (*get_default) { in task_policy_get()
696 if (*get_default) { in task_policy_get()
/xnu-11215/tests/ipc/
H A Dipc_read_inspect.c477 boolean_t get_default = FALSE; in test_thread_port_mig_intrans() local
481 (thread_policy_t)&info, &count, &get_default); in test_thread_port_mig_intrans()
/xnu-11215/bsd/sys/
H A Dpthread_shims.h277 …licy_flavor_t flavor, thread_policy_t info, mach_msg_type_number_t *count, boolean_t *get_default);
/xnu-11215/osfmk/mach/
H A Dthread_act.defs325 inout get_default : boolean_t);
H A Dtask.defs363 inout get_default : boolean_t);