Home
last modified time | relevance | path

Searched refs:thread_state (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/osfmk/arm64/
H A Dstatus.c1005 arm_debug_state32_t *thread_state; in machine_thread_get_state() local
1018 if (thread_state == NULL) { in machine_thread_get_state()
1029 arm_debug_state32_t *thread_state; in machine_thread_get_state() local
1042 if (thread_state == NULL) { in machine_thread_get_state()
1054 arm_debug_state64_t *thread_state; in machine_thread_get_state() local
1067 if (thread_state == NULL) { in machine_thread_get_state()
1361 if (thread_state == NULL) { in machine_thread_set_state()
1434 if (thread_state == NULL) { in machine_thread_set_state()
1510 if (thread_state == NULL) { in machine_thread_set_state()
1822 return thread_state; in find_or_allocate_debug_state64()
[all …]
H A Dbsd_arm64.c138 arm_debug_state64_t *thread_state = find_or_allocate_debug_state64(thread); in thread_setsinglestep() local
140 if (thread_state == NULL) { in thread_setsinglestep()
145 thread_state->mdscr_el1 |= MDSCR_SS; in thread_setsinglestep()
147 thread_state->mdscr_el1 &= ~MDSCR_SS; in thread_setsinglestep()
/xnu-11215/osfmk/mach/machine/
H A DMakefile11 processor_info.h thread_state.h thread_status.h \
/xnu-11215/osfmk/mach/arm/
H A DMakefile13 processor_info.h rpc.h thread_state.h thread_status.h \
/xnu-11215/osfmk/mach/i386/
H A DMakefile14 thread_status.h thread_state.h vm_param.h \
/xnu-11215/osfmk/kdp/
H A Dprocessor_core.h123 typedef kern_return_t (*core_save_thread_state_cb)(void *thread_state, void *context);
H A Dprocessor_core.c684 coredump_save_thread_state(void *thread_state, void *context) in coredump_save_thread_state() argument
687 struct thread_command *tc = (struct thread_command *)thread_state; in coredump_save_thread_state()
701 …re_output(core_context->core_outvars, core_context->core_thread_state_size, (caddr_t)thread_state); in coredump_save_thread_state()
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c107 sched_perfcontrol_work_interval_notify_default(perfcontrol_state_t thread_state __unused, in sched_perfcontrol_work_interval_notify_default()
113 sched_perfcontrol_work_interval_ctl_default(perfcontrol_state_t thread_state __unused, in sched_perfcontrol_work_interval_ctl_default()
/xnu-11215/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj163 …9E14A1B841E74005B7350 /* thread_state.h in Headers */ = {isa = PBXBuildFile; fileRef = 928336A21B8…
164 …9E14B1B841F59005B7350 /* thread_state.h in Headers */ = {isa = PBXBuildFile; fileRef = 928336A21B8…
606 …412C100873B90 /* thread_state.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1134 928336A21B8412C100873B90 /* thread_state.h */,
1209 9299E14B1B841F59005B7350 /* thread_state.h in Headers */,
1249 9299E14A1B841E74005B7350 /* thread_state.h in Headers */,
/xnu-11215/osfmk/mach/
H A Dmach_types.defs223 * in mach/thread_state.h)
225 #include <mach/machine/thread_state.h>
/xnu-11215/osfmk/kern/
H A Dsched_prim.c3850 int thread_state = thread->state; in thread_dispatch() local
3856 if ((thread_state & (TH_TERMINATE | TH_TERMINATE2)) == TH_TERMINATE) { in thread_dispatch()
3858 thread_state |= TH_TERMINATE2; in thread_dispatch()
3863 thread_state &= ~TH_RUN; in thread_dispatch()
3864 thread->state = thread_state; in thread_dispatch()
3886 (uintptr_t)thread_tid(thread), thread->reason, thread_state, in thread_dispatch()
3889 if (thread_state & TH_WAIT_REPORT) { in thread_dispatch()