Home
last modified time | relevance | path

Searched refs:exit_ (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dgraphics_task.cpp114 if (!exit_) { in Start()
117 exit_ = false; in Start()
125 exit_ = true; in Stop()
140 } while (!exit_); in EngineThread()
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.h41 exit_ = 0; in AppSpawnTestCommander()
49 exit_ = 0; in AppSpawnTestCommander()
103 uint32_t exit_ : 1; variable
H A Dappspawn_test_cmder.cpp502 if (testCmder->exit_) { in InputThread()
514 testCmder->exit_ = 1; in InputThread()
537 if (testCmder->exit_) { in DumpThread()
583 while (!exit_) { in Run()
/ohos5.0/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_producer.cpp44 exit_(exit) {} in ModuleUpdateProducer()
115 if (exit_ == 1) { in Run()
133 exit_ = 1; in Run()
H A Dmodule_update_consumer.cpp36 exit_(exit) {} in ModuleUpdateConsumer()
79 if (exit_ == 1 && queue_.IsEmpty()) { in Run()
/ohos5.0/base/update/sys_installer/services/module_update/service/include/
H A Dmodule_update_producer.h38 volatile sig_atomic_t &exit_; variable
H A Dmodule_update_consumer.h36 volatile sig_atomic_t &exit_; variable
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_hdi_decode.cpp44 exit_ = false; in CodecHdiDecode()
615 if (this->exit_) { in Run()
640 while (!this->exit_) { in Run()
687 if (exit_) { in OnFillBufferDone()
710 exit_ = true; in OnFillBufferDone()
H A Dcodec_hdi_encode.cpp45 exit_ = false; in CodecHdiEncode()
481 if (this->exit_) { in Run()
502 while (!this->exit_) { in Run()
633 if (exit_) { in OnFillBufferDone()
649 exit_ = true; in OnFillBufferDone()
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_monitor.h51 std::atomic_bool exit_ { true };
H A Dqueue_monitor.cpp118 if (exit_.exchange(false)) { in UpdateQueueInfo()
160 exit_ = true; in CheckQueuesStatus()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dgraphics_task.h67 std::atomic_bool exit_ = true; variable
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_decode.cpp53 exit_ = false; in CodecHdiDecode()
734 if (this->exit_) { in Run()
761 while (!this->exit_) { in Run()
798 if (exit_) { in OnFillBufferDone()
821 exit_ = true; in OnFillBufferDone()
H A Dcodec_hdi_encode.cpp48 exit_ = false; in CodecHdiEncode()
610 if (this->exit_) { in Run()
632 while (!this->exit_) { in Run()
730 if (exit_) { in OnFillBufferDone()
757 exit_ = true; in OnFillBufferDone()
/ohos5.0/drivers/peripheral/codec/test/demo/idl/include/
H A Dcodec_hdi_encode.h127 bool exit_; variable
H A Dcodec_hdi_decode.h138 bool exit_; variable
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcodec_hdi_decode.h149 bool exit_; variable
H A Dcodec_hdi_encode.h144 bool exit_; variable
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-codec-des.md516 if (this->exit_) {
542 while (!this->exit_) {
614 if (exit_) {
637 exit_ = true;
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-codec-des.md516 if (this->exit_) {
542 while (!this->exit_) {
614 if (exit_) {
637 exit_ = true;