Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dpcpu.h40 int stop_state; /* Used by cpustop_handler. */ member
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5114 lldb::StateType stop_state = lldb::eStateInvalid; in RunThreadPlan() local
5209 stop_state = in RunThreadPlan()
5212 if (stop_state != eStateRunning) { in RunThreadPlan()
5215 if (stop_state == eStateStopped) { in RunThreadPlan()
5223 num_resumes, StateAsCString(stop_state), restarted, do_resume, in RunThreadPlan()
5239 StateAsCString(stop_state)); in RunThreadPlan()
5301 stop_state = in RunThreadPlan()
5305 StateAsCString(stop_state)); in RunThreadPlan()
5307 switch (stop_state) { in RunThreadPlan()
5342 StateAsCString(stop_state)); in RunThreadPlan()
[all …]
/freebsd/sys/amd64/include/
H A Dpcpu.h44 int stop_state; /* Used by cpustop_handler. */ member
/freebsd/sys/x86/x86/
H A Dmp_x86.c1532 atomic_store_int(&mb->stop_state, in cpustop_handler()
1543 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/sys/kern/
H A Dsubr_smp.c387 atomic_store_int(&mb->stop_state, in generic_restart_cpus()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3634 StateType stop_state = in AsyncThread() local
3648 switch (stop_state) { in AsyncThread()
3653 SetPrivateState(stop_state); in AsyncThread()
3697 SetPrivateState(stop_state); in AsyncThread()
/freebsd/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/lib/libc++/
H A DMakefile1145 STT_HEADERS+= stop_state.h
H A Dlibcxx.imp670 { include: [ "<__stop_token/stop_state.h>", "private", "<stop_token>", "public" ] },
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap1793 header "__stop_token/stop_state.h"