Searched refs:thread_get_state (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/tests/ |
| H A D | thread_set_state_arm64_cpsr.c | 57 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 D | ptrauth_failure.c | 98 err = thread_get_state(mach_thread_self(), ARM_THREAD_STATE64, (thread_state_t)&state, &count); 106 err = thread_get_state(thread, ARM_THREAD_STATE64, (thread_state_t)&state, &count);
|
| H A D | reply_port_defense_client.c | 206 …kern_return_t kr = thread_get_state(mach_thread_self(), MACHINE_THREAD_STATE, (thread_state_t)&ts,… in test_unentitled_thread_set_state() 296 kr = thread_get_state(mach_thread_self(), MACHINE_THREAD_STATE, (thread_state_t)&ts, &count); in kobject_reply_port_defense() 302 kr = thread_get_state(mach_thread_self(), MACHINE_THREAD_STATE, (thread_state_t)&ts, &count); in kobject_reply_port_defense()
|
| H A D | hw_breakpoint_step_arm64.c | 136 kr = thread_get_state(thread, ARM_DEBUG_STATE64, in step_thread()
|
| H A D | avx.c | 355 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-11215/libsyscall/mach/ |
| H A D | add_attributes_to_mig.txt | 74 thread_get_state
|
| /xnu-11215/libsyscall/wrappers/ |
| H A D | thread_register_state.c | 63 kern_return_t ret = thread_get_state(thread, flavor, (thread_state_t)&state, &count); in thread_get_register_pointer_values()
|
| /xnu-11215/osfmk/kern/ |
| H A D | thread_act.c | 679 thread_get_state( 686 thread_get_state( in thread_get_state() function 1032 return thread_get_state(thread, flavor, tstate, count); in thread_getstatus() 1347 return thread_get_state(thread, flavor, state, count); in act_get_state()
|
| /xnu-11215/osfmk/mach/ |
| H A D | thread_act.defs | 150 thread_get_state(
|