Searched refs:get_default (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dthread_policy.c350 boolean_t *get_default)
371 if (!(*get_default)) {
383 *get_default = TRUE;
410 if (!(*get_default)) {
422 *get_default = TRUE;
428 if (*get_default) {
449 if (!(*get_default)) {
479 if (!(*get_default))
504 if (!(*get_default)) {
345 thread_policy_get( thread_t thread, thread_policy_flavor_t flavor, thread_policy_t policy_info, mach_msg_type_number_t *count, boolean_t *get_default) argument
H A Dtask_policy.c471 boolean_t *get_default)
485 if (*get_default)
500 if (*get_default) {
535 if (*get_default) {
568 if (*get_default) {
466 task_policy_get( task_t task, task_policy_flavor_t flavor, task_policy_t policy_info, mach_msg_type_number_t *count, boolean_t *get_default) argument
/xnu-2422.115.4/tools/tests/affinity/
H A Dtags.c64 boolean_t get_default = FALSE; local
70 (thread_policy_t) &policy, &count, &get_default);
/xnu-2422.115.4/osfmk/mach/
H A Dthread_act.defs278 inout get_default : boolean_t);
H A Dtask.defs289 inout get_default : boolean_t);

Completed in 29 milliseconds