Searched refs:new_flavor (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_act.defs226 new_flavor : thread_state_flavor_t);
249 new_flavor : thread_state_flavor_t;
H A Dhost_priv.defs237 new_flavor : thread_state_flavor_t);
262 new_flavor : thread_state_flavor_t;
H A Dtask.defs213 new_flavor : thread_state_flavor_t);
238 new_flavor : thread_state_flavor_t;
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_host.c541 thread_state_flavor_t new_flavor)
566 /* Cannot easily check "new_flavor", but that just means that
578 host_priv->exc_actions[i].flavor = new_flavor;
679 thread_state_flavor_t new_flavor,
708 /* Cannot easily check "new_flavor", but that just means that
743 host_priv->exc_actions[i].flavor = new_flavor;
536 host_set_exception_ports( host_priv_t host_priv, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor) argument
674 host_swap_exception_ports( host_priv_t host_priv, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor, exception_mask_array_t masks, mach_msg_type_number_t * CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors ) argument
H A Dipc_tt.c1478 thread_state_flavor_t new_flavor)
1508 if (!VALID_THREAD_STATE_FLAVOR(new_flavor))
1524 thread->exc_actions[i].flavor = new_flavor;
1549 thread_state_flavor_t new_flavor)
1588 task->exc_actions[i].flavor = new_flavor;
1640 thread_state_flavor_t new_flavor,
1707 thread->exc_actions[i].flavor = new_flavor;
1736 thread_state_flavor_t new_flavor,
1802 task->exc_actions[i].flavor = new_flavor;
1473 thread_set_exception_ports( thread_t thread, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor) argument
1544 task_set_exception_ports( task_t task, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor) argument
1635 thread_swap_exception_ports( thread_t thread, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
1731 task_swap_exception_ports( task_t task, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dthread_act.h219 thread_state_flavor_t new_flavor
251 thread_state_flavor_t new_flavor,
564 thread_state_flavor_t new_flavor; member in struct:__anon1190
594 thread_state_flavor_t new_flavor; member in struct:__anon1192
H A Dtask.h226 thread_state_flavor_t new_flavor
258 thread_state_flavor_t new_flavor,
719 thread_state_flavor_t new_flavor; member in struct:__anon1119
749 thread_state_flavor_t new_flavor; member in struct:__anon1121

Completed in 40 milliseconds