Home
last modified time | relevance | path

Searched refs:thread_state_flavor_t (Results 1 – 18 of 18) sorted by relevance

/xnu-8019.80.24/libsyscall/wrappers/
H A Dthread_register_state.c45 thread_state_flavor_t flavor = x86_THREAD_STATE32; in thread_get_register_pointer_values()
49 thread_state_flavor_t flavor = x86_THREAD_STATE64; in thread_get_register_pointer_values()
53 thread_state_flavor_t flavor = ARM_THREAD_STATE; in thread_get_register_pointer_values()
57 thread_state_flavor_t flavor = ARM_THREAD_STATE64; in thread_get_register_pointer_values()
/xnu-8019.80.24/osfmk/mach/
H A Dthread_status.h94 typedef int thread_state_flavor_t; typedef
95 typedef thread_state_flavor_t *thread_state_flavor_array_t;
H A Dthread_act.defs153 flavor : thread_state_flavor_t;
168 flavor : thread_state_flavor_t;
267 new_flavor : thread_state_flavor_t);
296 new_flavor : thread_state_flavor_t;
396 flavor : thread_state_flavor_t;
H A Dexception_types.h206 typedef thread_state_flavor_t *exception_flavor_array_t;
H A Dtask.defs245 flavor : thread_state_flavor_t;
260 new_flavor : thread_state_flavor_t);
291 new_flavor : thread_state_flavor_t;
463 flavor : thread_state_flavor_t;
472 flavor : thread_state_flavor_t;
H A Dhost_priv.defs254 new_flavor : thread_state_flavor_t);
279 new_flavor : thread_state_flavor_t;
H A Dmach_types.defs234 type thread_state_flavor_t = int;
600 array[*:32] of thread_state_flavor_t;
/xnu-8019.80.24/tests/
H A Dexception_ports_info.c23 thread_state_flavor_t flavors[EXC_TYPES_COUNT];
29 thread_state_flavor_t flavors2[EXC_TYPES_COUNT];
122 kr = memcmp(flavors, flavors, count * sizeof(thread_state_flavor_t));
H A Dkernel_inspection.c91 thread_state_flavor_t flavors[EXC_TYPES_COUNT]; in attempt_kernel_inspection()
131 thread_state_flavor_t flavors[EXC_TYPES_COUNT]; in attempt_kernel_inspection()
H A Dimmovable_send.c167 thread_state_flavor_t flavor;
H A Dipc_read_inspect.c329 thread_state_flavor_t flavors[EXC_TYPES_COUNT] = {}; in test_task_port_mig_intrans()
455 thread_state_flavor_t flavors[EXC_TYPES_COUNT] = {};; in test_thread_port_mig_intrans()
/xnu-8019.80.24/osfmk/kern/
H A Dexception.h47 thread_state_flavor_t flavor; /* state flavor to send */
H A Dipc_host.c465 thread_state_flavor_t new_flavor) in host_set_exception_ports()
657 thread_state_flavor_t new_flavor, in host_swap_exception_ports()
H A Dipc_tt.c3846 thread_state_flavor_t new_flavor) in thread_set_exception_ports()
3955 thread_state_flavor_t new_flavor) in task_set_exception_ports()
4085 thread_state_flavor_t new_flavor, in thread_swap_exception_ports()
4223 thread_state_flavor_t new_flavor, in task_swap_exception_ports()
4421 thread_state_flavor_t exc_flavor = tro->tro_exc_actions[i].flavor; in thread_get_exception_ports_internal()
4580 thread_state_flavor_t exc_flavor = task->exc_actions[i].flavor; in task_get_exception_ports_internal()
H A Dthread_act.c706 thread_state_flavor_t flavor, in thread_convert_thread_state()
/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dspawn.h152 …exception_behavior_t, thread_state_flavor_t) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABL…
H A Dposix_spawn.c1284 thread_state_flavor_t flavor) in posix_spawnattr_setexceptionports_np()
/xnu-8019.80.24/bsd/sys/
H A Dspawn_internal.h95 thread_state_flavor_t flavor;