Searched refs:thread_set_state (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | thread_act.c | 99 CA_EVENT(thread_set_state, 105 ca_event_t ca_event = CA_EVENT_ALLOCATE(thread_set_state); in send_thread_set_state_telemetry() 106 CA_EVENT_TYPE(thread_set_state) * event = ca_event->data; in send_thread_set_state_telemetry() 777 thread_set_state( 784 thread_set_state( in thread_set_state() function 1003 return thread_set_state(thread, flavor, tstate, count); in thread_setstatus() 1311 return thread_set_state(thread, flavor, state, count); in act_set_state()
|
| /xnu-11215/tests/ |
| 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 | ptrauth_failure.c | 103 err = thread_set_state(thread, ARM_THREAD_STATE64, (thread_state_t)&state, count);
|
| H A D | hw_breakpoint_step_arm64.c | 142 kr = thread_set_state(thread, ARM_DEBUG_STATE64, in step_thread()
|
| H A D | reply_port_defense_client.c | 208 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 | 1534 thread_set_state_arm64_cpsr: CODE_SIGN_ENTITLEMENTS = entitlements/thread_set_state.entitlement
|
| /xnu-11215/libsyscall/mach/ |
| H A D | add_attributes_to_mig.txt | 75 thread_set_state
|
| /xnu-11215/osfmk/mach/ |
| H A D | thread_act.defs | 165 thread_set_state(
|