Searched refs:thread_get_state (Results 1 – 9 of 9) sorted by relevance
| /xnu-10063.141.1/tests/ |
| H A D | ptrauth_failure.c | 59 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 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 | hw_breakpoint_step_arm64.c | 136 kr = thread_get_state(thread, ARM_DEBUG_STATE64, in step_thread()
|
| H A D | reply_port_defense_client.c | 204 …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 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-10063.141.1/libsyscall/mach/ |
| H A D | add_attributes_to_mig.txt | 72 thread_get_state
|
| /xnu-10063.141.1/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-10063.141.1/osfmk/kern/ |
| H A D | thread_act.c | 669 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 D | thread_act.defs | 150 thread_get_state(
|