Home
last modified time | relevance | path

Searched refs:stop_state (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/sys/i386/include/
H A Dpcpu.h40 int stop_state; /* Used by cpustop_handler. */ member
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4917 lldb::StateType stop_state = lldb::eStateInvalid; in RunThreadPlan() local
5012 stop_state = in RunThreadPlan()
5015 if (stop_state != eStateRunning) { in RunThreadPlan()
5018 if (stop_state == eStateStopped) { in RunThreadPlan()
5042 StateAsCString(stop_state)); in RunThreadPlan()
5104 stop_state = in RunThreadPlan()
5108 StateAsCString(stop_state)); in RunThreadPlan()
5110 switch (stop_state) { in RunThreadPlan()
5145 StateAsCString(stop_state)); in RunThreadPlan()
5147 if (stop_state == eStateExited) in RunThreadPlan()
[all …]
/freebsd-14.2/sys/amd64/include/
H A Dpcpu.h44 int stop_state; /* Used by cpustop_handler. */ member
/freebsd-14.2/sys/x86/x86/
H A Dmp_x86.c1531 atomic_store_int(&mb->stop_state, in cpustop_handler()
1542 if (atomic_load_int(&mb->stop_state) == in cpustop_handler()
H A Dcpu_machdep.c490 atomic_store_int(&mb->stop_state, in cpu_reset()
/freebsd-14.2/sys/kern/
H A Dsubr_smp.c396 atomic_store_int(&mb->stop_state, in generic_restart_cpus()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3623 StateType stop_state = in AsyncThread() local
3637 switch (stop_state) { in AsyncThread()
3642 SetPrivateState(stop_state); in AsyncThread()
3686 SetPrivateState(stop_state); in AsyncThread()
/freebsd-14.2/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c5951 enum dbg_status stop_state = ecore_dbg_bus_stop(p_hwfn, p_ptt); in ecore_dbg_bus_dump() local
5952 if (stop_state != DBG_STATUS_OK) in ecore_dbg_bus_dump()
5953 return stop_state; in ecore_dbg_bus_dump()
/freebsd-14.2/lib/libc++/
H A DMakefile1100 STT_HEADERS+= stop_state.h
H A Dmodule.modulemap1734 header "__stop_token/stop_state.h"
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dlibcxx.imp651 { include: [ "<__stop_token/stop_state.h>", "private", "<stop_token>", "public" ] },
H A Dmodule.modulemap.in1734 header "__stop_token/stop_state.h"