Home
last modified time | relevance | path

Searched refs:stop_requested (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcondition_variable381 if (__stoken.stop_requested())
391 if (__stoken.stop_requested())
410 if (__stoken.stop_requested())
422 if (__stoken.stop_requested())
429 __stop = (__status == std::cv_status::timeout) || __stoken.stop_requested();
H A Dstop_token80 stop_requested() const noexcept
231 // obtain lock and set stop_requested bit
545 stop_requested() const noexcept
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcondition_variable381 if (__stoken.stop_requested())
391 if (__stoken.stop_requested())
410 if (__stoken.stop_requested())
422 if (__stoken.stop_requested())
429 __stop = (__status == std::cv_status::timeout) || __stoken.stop_requested();
H A Dstop_token80 stop_requested() const noexcept
231 // obtain lock and set stop_requested bit
545 stop_requested() const noexcept
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
H A Dia_css_pipeline.h46 bool stop_requested; member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe.h116 bool stop_requested; member
H A Dsh_css.c4422 if (pipe && pipe->stop_requested) { in ia_css_pipe_dequeue_buffer()
4434 pipe->stop_requested = false; in ia_css_pipe_dequeue_buffer()
4790 pipe->stop_requested = false; in sh_css_pipe_start()
4820 stream->pipes[i]->stop_requested = false; in sh_css_pipe_start()
4824 stream->pipes[i]->stop_requested = false; in sh_css_pipe_start()
4828 stream->pipes[i]->stop_requested = false; in sh_css_pipe_start()
4832 stream->pipes[i]->stop_requested = false; in sh_css_pipe_start()
4836 stream->pipes[i]->stop_requested = false; in sh_css_pipe_start()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c211 pipeline->stop_requested = true; in ia_css_pipeline_request_stop()
678 pipeline->stop_requested = false; in pipeline_init_defaults()