Home
last modified time | relevance | path

Searched refs:thread_set_state (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/tests/
H A Dptrauth_failure.c62 err = thread_set_state(thread, ARM_THREAD_STATE64, (thread_state_t)&state, count);
H A Dthread_set_state_arm64_cpsr.c93 …err = thread_set_state(mach_thread_self(), ARM_THREAD_STATE64, (thread_state_t)&ts, ARM_THREAD_STA…
H A Dhw_breakpoint_step_arm64.c141 kr = thread_set_state(thread, ARM_DEBUG_STATE64, in step_thread()
/xnu-8019.80.24/libsyscall/mach/
H A Dadd_attributes_to_mig.txt73 thread_set_state
/xnu-8019.80.24/osfmk/kern/
H A Dthread_act.c676 thread_set_state(
683 thread_set_state( in thread_set_state() function
914 return thread_set_state(thread, flavor, tstate, count); in thread_setstatus()
1160 return thread_set_state(thread, flavor, state, count); in act_set_state()
/xnu-8019.80.24/osfmk/mach/
H A Dthread_act.defs165 thread_set_state(