Home
last modified time | relevance | path

Searched refs:thread_get_state (Results 1 – 9 of 9) sorted by relevance

/xnu-10063.141.1/tests/
H A Dptrauth_failure.c59 err = thread_get_state(mach_thread_self(), ARM_THREAD_STATE64, (thread_state_t)&state, &count);
67 err = thread_get_state(thread, ARM_THREAD_STATE64, (thread_state_t)&state, &count);
H A Dthread_set_state_arm64_cpsr.c57 err = thread_get_state(mach_thread_self(), ARM_THREAD_STATE64, (thread_state_t)&ts, &count); in phase2()
77 err = thread_get_state(mach_thread_self(), ARM_THREAD_STATE64, (thread_state_t)&ts, &count);
H A Dhw_breakpoint_step_arm64.c136 kr = thread_get_state(thread, ARM_DEBUG_STATE64, in step_thread()
H A Dreply_port_defense_client.c204 …kern_return_t kr = thread_get_state(mach_thread_self(), MACHINE_THREAD_STATE, (thread_state_t)&ts,… in test_unentitled_thread_set_state()
H A Davx.c355 rv = thread_get_state(thread, flavor, state, state_count); in _thread_get_state_avx()
585 rv = thread_get_state(thread, flavor, state, state_count); in _thread_get_state_avx512()
/xnu-10063.141.1/libsyscall/mach/
H A Dadd_attributes_to_mig.txt72 thread_get_state
/xnu-10063.141.1/libsyscall/wrappers/
H A Dthread_register_state.c63 kern_return_t ret = thread_get_state(thread, flavor, (thread_state_t)&state, &count); in thread_get_register_pointer_values()
/xnu-10063.141.1/osfmk/kern/
H A Dthread_act.c669 thread_get_state(
676 thread_get_state( in thread_get_state() function
1022 return thread_get_state(thread, flavor, tstate, count); in thread_getstatus()
1333 return thread_get_state(thread, flavor, state, count); in act_get_state()
/xnu-10063.141.1/osfmk/mach/
H A Dthread_act.defs150 thread_get_state(