Searched refs:running_ (Results 1 - 16 of 16) sorted by relevance

/fuchsia/zircon/system/dev/thermal/aml-thermal-s905d2g/
H A Daml-tsensor.h51 fbl::atomic<bool> running_; member in class:thermal::AmlTSensor
H A Daml-tsensor.cpp99 while (running_.load()) {
228 running_.store(true);
411 running_.store(false);
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-stream.cpp66 ZX_DEBUG_ASSERT(!running_);
377 running_ = false;
422 if (running_ || (bytes_per_frame_ == 0)) {
424 running_ ? "(running)" : "",
626 if (!ring_buffer_valid || running_) {
629 running_ ? "(already running)" : "");
686 running_ = true;
696 if (running_) {
708 running_ = false;
H A Dintel-hda-stream.h153 bool running_ TA_GUARDED(channel_lock_) = false;
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Dvcpu.cpp181 : guest_(guest), vpid_(vpid), thread_(thread), running_(false) {
221 running_.store(true);
223 running_.store(false);
261 } else if (!signaled && running_.load()) {
/fuchsia/zircon/system/dev/input/focaltech/
H A Dft3x27.cpp40 if (!running_.load()) {
116 ft_dev->running_.store(true);
159 running_.store(false);
H A Dft3x27.h114 fbl::atomic<bool> running_; member in class:ft::Ft3x27Device
/fuchsia/zircon/kernel/arch/x86/include/arch/
H A Dhypervisor.h101 fbl::atomic_bool running_; member in class:Vcpu
/fuchsia/zircon/system/dev/input/goodix/
H A Dgt92xx.cpp54 if (!running_.load()) {
118 goodix_dev->running_.store(true);
212 running_.store(false);
H A Dgt92xx.h99 fbl::atomic<bool> running_; member in class:goodix::Gt92xxDevice
/fuchsia/zircon/kernel/arch/arm64/include/arch/
H A Dhypervisor.h118 fbl::atomic_bool running_;
/fuchsia/zircon/system/dev/ethernet/dwmac/
H A Ddwmac.cpp46 if (!running_.load()) {
87 running_.store(true);
427 running_.store(false);
H A Ddwmac.h173 fbl::atomic<bool> running_; member in class:eth::DWMacDevice
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvcpu.cpp687 : guest_(guest), vpid_(vpid), thread_(thread), running_(false), vmx_state_(/* zero-init */) {}
741 running_.store(true);
743 running_.store(false);
779 } else if (!signaled && running_.load()) {
/fuchsia/zircon/system/dev/audio/gauss-tdm/
H A Dtdm-audio-stream.h160 volatile bool running_; member in class:audio::gauss::TdmOutputStream
H A Dgauss-tdm-stream.cpp674 if (running_) {
698 running_ = true;
745 running_ = false;

Completed in 46 milliseconds