Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanSingleThreadTimeout.cpp209 lldb::StateType stop_state = in IsTimeoutAsyncInterrupt() local
215 StateAsCString(stop_state)); in IsTimeoutAsyncInterrupt()
219 stop_state == lldb::eStateStopped && stop_info && in IsTimeoutAsyncInterrupt()
H A DProcess.cpp5153 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 Dahb.h61 struct qcom_smem_state *stop_state; member
H A Dahb.c466 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 Dpcpu.h40 int stop_state; /* Used by cpustop_handler. */ member
/freebsd/sys/amd64/include/
H A Dpcpu.h44 int stop_state; /* Used by cpustop_handler. */ member
/freebsd/sys/x86/x86/
H A Dmp_x86.c1539 atomic_store_int(&mb->stop_state, in cpustop_handler()
1550 if (atomic_load_int(&mb->stop_state) == in cpustop_handler()
H A Dcpu_machdep.c614 atomic_store_int(&mb->stop_state, in cpu_reset()
/freebsd/sys/kern/
H A Dsubr_smp.c428 atomic_store_int(&mb->stop_state, in generic_restart_cpus()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3763 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 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 Dmodule.modulemap2023 module stop_state { header "__stop_token/stop_state.h" }
H A Dlibcxx.imp731 { include: [ "<__stop_token/stop_state.h>", "private", "<stop_token>", "public" ] },
H A DMakefile2024 STT_HEADERS+= stop_state.h
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap.in2023 module stop_state { header "__stop_token/stop_state.h" }
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmodule.modulemap1793 header "__stop_token/stop_state.h"