/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ |
H A D | graphics_task.cpp | 114 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 D | appspawn_test_cmder.h | 41 exit_ = 0; in AppSpawnTestCommander() 49 exit_ = 0; in AppSpawnTestCommander() 103 uint32_t exit_ : 1; variable
|
H A D | appspawn_test_cmder.cpp | 502 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 D | module_update_producer.cpp | 44 exit_(exit) {} in ModuleUpdateProducer() 115 if (exit_ == 1) { in Run() 133 exit_ = 1; in Run()
|
H A D | module_update_consumer.cpp | 36 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 D | module_update_producer.h | 38 volatile sig_atomic_t &exit_; variable
|
H A D | module_update_consumer.h | 36 volatile sig_atomic_t &exit_; variable
|
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | codec_hdi_decode.cpp | 44 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 D | codec_hdi_encode.cpp | 45 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 D | queue_monitor.h | 51 std::atomic_bool exit_ { true };
|
H A D | queue_monitor.cpp | 118 if (exit_.exchange(false)) { in UpdateQueueInfo() 160 exit_ = true; in CheckQueuesStatus()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/ |
H A D | graphics_task.h | 67 std::atomic_bool exit_ = true; variable
|
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_decode.cpp | 53 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 D | codec_hdi_encode.cpp | 48 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 D | codec_hdi_encode.h | 127 bool exit_; variable
|
H A D | codec_hdi_decode.h | 138 bool exit_; variable
|
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/ |
H A D | codec_hdi_decode.h | 149 bool exit_; variable
|
H A D | codec_hdi_encode.h | 144 bool exit_; variable
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-codec-des.md | 516 if (this->exit_) { 542 while (!this->exit_) { 614 if (exit_) { 637 exit_ = true;
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-codec-des.md | 516 if (this->exit_) { 542 while (!this->exit_) { 614 if (exit_) { 637 exit_ = true;
|