Searched refs:stop_state (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/i386/include/ |
H A D | pcpu.h | 40 int stop_state; /* Used by cpustop_handler. */ member
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 5114 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 D | pcpu.h | 44 int stop_state; /* Used by cpustop_handler. */ member
|
/freebsd/sys/x86/x86/ |
H A D | mp_x86.c | 1532 atomic_store_int(&mb->stop_state, in cpustop_handler() 1543 if (atomic_load_int(&mb->stop_state) == in cpustop_handler()
|
H A D | cpu_machdep.c | 490 atomic_store_int(&mb->stop_state, in cpu_reset()
|
/freebsd/sys/kern/ |
H A D | subr_smp.c | 387 atomic_store_int(&mb->stop_state, in generic_restart_cpus()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 3634 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 D | ecore_dbg_fw_funcs.c | 5951 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 D | Makefile | 1145 STT_HEADERS+= stop_state.h
|
H A D | libcxx.imp | 670 { include: [ "<__stop_token/stop_state.h>", "private", "<stop_token>", "public" ] },
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | module.modulemap | 1793 header "__stop_token/stop_state.h"
|