Home
last modified time | relevance | path

Searched defs:stop_requested (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/frameworks/av/media/utils/include/mediautils/
H A Djthread.h43 bool stop_requested() const { return cancellation_signal_.load(); } in stop_requested() function
53 inline bool stop_token::stop_requested() const { in stop_requested() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__stop_token/
Dstop_token.h37 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
Dstop_source.h73 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__stop_token/
Dstop_token.h38 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
Dstop_source.h74 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__stop_token/
Dstop_token.h38 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
Dstop_source.h74 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__stop_token/
Dstop_token.h38 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
Dstop_source.h74 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__stop_token/
Dstop_token.h38 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
Dstop_source.h74 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__stop_token/
H A Dstop_token.h38 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
H A Dstop_source.h74 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
/aosp_15_r20/external/pigweed/pw_work_queue/
H A Dwork_queue.cc36 bool stop_requested; in Run() local
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dsession_run_hook.py244 def stop_requested(self): member in SessionRunContext