Home
last modified time | relevance | path

Searched defs:stop_token (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/av/media/utils/include/mediautils/
H A Djthread.h33 stop_token(const stop_source& source) : stop_source_(source) {} in stop_token() function
58 using stop_token = impl::stop_token; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__stop_token/
Dstop_token.h56 …_LIBCPP_HIDE_FROM_ABI explicit stop_token(const __intrusive_shared_ptr<__stop_state>& __state) : _… in stop_token() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__stop_token/
Dstop_token.h57 …_LIBCPP_HIDE_FROM_ABI explicit stop_token(const __intrusive_shared_ptr<__stop_state>& __state) : _… in stop_token() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__stop_token/
Dstop_token.h57 …_LIBCPP_HIDE_FROM_ABI explicit stop_token(const __intrusive_shared_ptr<__stop_state>& __state) : _… in stop_token() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__stop_token/
Dstop_token.h57 …_LIBCPP_HIDE_FROM_ABI explicit stop_token(const __intrusive_shared_ptr<__stop_state>& __state) : _… in stop_token() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__stop_token/
Dstop_token.h57 …_LIBCPP_HIDE_FROM_ABI explicit stop_token(const __intrusive_shared_ptr<__stop_state>& __state) : _… in stop_token() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__stop_token/
H A Dstop_token.h57 …_LIBCPP_HIDE_FROM_ABI explicit stop_token(const __intrusive_shared_ptr<__stop_state>& __state) : _… in stop_token() function
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb96 def set_token_boundaries( tree, start_token, stop_token ) argument
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dtree.rb779 def set_token_boundaries( tree, start_token = nil, stop_token = nil ) argument