Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/include/__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
/external/pigweed/pw_work_queue/
Dwork_queue.cc36 bool stop_requested; in Run() local
/external/tensorflow/tensorflow/python/training/
Dsession_run_hook.py244 def stop_requested(self): member in SessionRunContext