Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/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;
384 flavor : thread_state_flavor_t;
H A Dexception_types.h209 typedef thread_state_flavor_t *exception_flavor_array_t;
H A Dtask.defs248 flavor : thread_state_flavor_t;
263 new_flavor : thread_state_flavor_t);
294 new_flavor : thread_state_flavor_t;
432 flavor : thread_state_flavor_t;
441 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.defs226 type thread_state_flavor_t = int;
604 array[*:32] of thread_state_flavor_t;
/xnu-10063.101.15/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-10063.101.15/osfmk/kern/
H A Dexception.h47 thread_state_flavor_t flavor; /* state flavor to send */
H A Dipc_host.c494 thread_state_flavor_t new_flavor) in host_set_exception_ports()
691 thread_state_flavor_t new_flavor, in host_swap_exception_ports()
H A Dipc_tt.c4121 thread_state_flavor_t new_flavor) in thread_set_exception_ports()
4244 thread_state_flavor_t new_flavor) in task_set_exception_ports()
4388 thread_state_flavor_t new_flavor, in thread_swap_exception_ports()
4531 thread_state_flavor_t new_flavor, in task_swap_exception_ports()
4725 thread_state_flavor_t exc_flavor = tro->tro_exc_actions[i].flavor; in thread_get_exception_ports_internal()
4874 thread_state_flavor_t exc_flavor = task->exc_actions[i].flavor; in task_get_exception_ports_internal()
H A Dthread_act.c783 thread_state_flavor_t flavor, in thread_convert_thread_state()
/xnu-10063.101.15/tests/vm/
H A Ddiag_threshold_test.h72 thread_state_flavor_t old_flavors[NUM_MASKS]; /** Same */
/xnu-10063.101.15/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.c1431 thread_state_flavor_t flavor) in posix_spawnattr_setexceptionports_np()
/xnu-10063.101.15/bsd/sys/
H A Dspawn_internal.h95 thread_state_flavor_t flavor;
/xnu-10063.101.15/osfmk/corpses/
H A Dcorpse.c508 thread_state_flavor_t flavor; in task_should_generate_lightweight_corpse()