Searched refs:stop_state (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanSingleThreadTimeout.cpp | 209 lldb::StateType stop_state = in IsTimeoutAsyncInterrupt() local 215 StateAsCString(stop_state)); in IsTimeoutAsyncInterrupt() 219 stop_state == lldb::eStateStopped && stop_info && in IsTimeoutAsyncInterrupt()
|
| H A D | Process.cpp | 5153 lldb::StateType stop_state = lldb::eStateInvalid; in RunThreadPlan() local 5248 stop_state = in RunThreadPlan() 5251 if (stop_state != eStateRunning) { in RunThreadPlan() 5254 if (stop_state == eStateStopped) { in RunThreadPlan() 5262 num_resumes, StateAsCString(stop_state), restarted, do_resume, in RunThreadPlan() 5278 StateAsCString(stop_state)); in RunThreadPlan() 5340 stop_state = in RunThreadPlan() 5344 StateAsCString(stop_state)); in RunThreadPlan() 5346 switch (stop_state) { in RunThreadPlan() 5381 StateAsCString(stop_state)); in RunThreadPlan() [all …]
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | ahb.h | 61 struct qcom_smem_state *stop_state; member
|
| H A D | ahb.c | 466 qcom_smem_state_update_bits(ab_ahb->stop_state, BIT(ab_ahb->stop_bit), in ath12k_ahb_power_down() 476 qcom_smem_state_update_bits(ab_ahb->stop_state, BIT(ab_ahb->stop_bit), 0); in ath12k_ahb_power_down() 759 ab_ahb->stop_state = devm_qcom_smem_state_get(&ab->pdev->dev, "stop", in ath12k_ahb_config_rproc_irq() 761 if (IS_ERR(ab_ahb->stop_state)) in ath12k_ahb_config_rproc_irq() 762 return dev_err_probe(&ab->pdev->dev, PTR_ERR(ab_ahb->stop_state), in ath12k_ahb_config_rproc_irq()
|
| /freebsd/sys/i386/include/ |
| H A D | pcpu.h | 40 int stop_state; /* Used by cpustop_handler. */ member
|
| /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 | 1539 atomic_store_int(&mb->stop_state, in cpustop_handler() 1550 if (atomic_load_int(&mb->stop_state) == in cpustop_handler()
|
| H A D | cpu_machdep.c | 614 atomic_store_int(&mb->stop_state, in cpu_reset()
|
| /freebsd/sys/kern/ |
| H A D | subr_smp.c | 428 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 | 3763 StateType stop_state = in AsyncThread() local 3777 switch (stop_state) { in AsyncThread() 3782 SetPrivateState(stop_state); in AsyncThread() 3826 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 | module.modulemap | 2023 module stop_state { header "__stop_token/stop_state.h" }
|
| H A D | libcxx.imp | 731 { include: [ "<__stop_token/stop_state.h>", "private", "<stop_token>", "public" ] },
|
| H A D | Makefile | 2024 STT_HEADERS+= stop_state.h
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | module.modulemap.in | 2023 module stop_state { header "__stop_token/stop_state.h" }
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | module.modulemap | 1793 header "__stop_token/stop_state.h"
|