Searched refs:thread_set_state (Results 1 – 8 of 8) sorted by relevance
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | thread_act.c | 98 CA_EVENT(thread_set_state, 104 ca_event_t ca_event = CA_EVENT_ALLOCATE(thread_set_state); in send_thread_set_state_telemetry() 105 CA_EVENT_TYPE(thread_set_state) * event = ca_event->data; in send_thread_set_state_telemetry() 752 thread_set_state( 759 thread_set_state( in thread_set_state() function 978 return thread_set_state(thread, flavor, tstate, count); in thread_setstatus() 1277 return thread_set_state(thread, flavor, state, count); in act_set_state()
|
| /xnu-10063.101.15/tests/ |
| H A D | ptrauth_failure.c | 64 err = thread_set_state(thread, ARM_THREAD_STATE64, (thread_state_t)&state, count);
|
| H A D | thread_set_state_arm64_cpsr.c | 93 …err = thread_set_state(mach_thread_self(), ARM_THREAD_STATE64, (thread_state_t)&ts, ARM_THREAD_STA…
|
| H A D | hw_breakpoint_step_arm64.c | 141 kr = thread_set_state(thread, ARM_DEBUG_STATE64, in step_thread()
|
| H A D | reply_port_defense_client.c | 206 kr = thread_set_state(mach_thread_self(), MACHINE_THREAD_STATE, (thread_state_t)&ts, count); in test_unentitled_thread_set_state()
|
| H A D | Makefile | 1206 thread_set_state_arm64_cpsr: CODE_SIGN_ENTITLEMENTS = thread_set_state.entitlement
|
| /xnu-10063.101.15/libsyscall/mach/ |
| H A D | add_attributes_to_mig.txt | 73 thread_set_state
|
| /xnu-10063.101.15/osfmk/mach/ |
| H A D | thread_act.defs | 165 thread_set_state(
|