Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__stop_token/
Dstop_source.h35 …_LIBCPP_HIDE_FROM_ABI stop_source() : __state_(new __stop_state()) { __state_->__increment_stop_so… in stop_source() function
37 _LIBCPP_HIDE_FROM_ABI explicit stop_source(nostopstate_t) noexcept : __state_(nullptr) {} in stop_source() function
39 …_LIBCPP_HIDE_FROM_ABI stop_source(const stop_source& __other) noexcept : __state_(__other.__state_… in stop_source() function
Dstop_token.h52 friend class stop_source; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__stop_token/
Dstop_source.h36 …_LIBCPP_HIDE_FROM_ABI stop_source() : __state_(new __stop_state()) { __state_->__increment_stop_so… in stop_source() function
38 _LIBCPP_HIDE_FROM_ABI explicit stop_source(nostopstate_t) noexcept : __state_(nullptr) {} in stop_source() function
40 …_LIBCPP_HIDE_FROM_ABI stop_source(const stop_source& __other) noexcept : __state_(__other.__state_… in stop_source() function
Dstop_token.h53 friend class stop_source; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__stop_token/
Dstop_source.h36 …_LIBCPP_HIDE_FROM_ABI stop_source() : __state_(new __stop_state()) { __state_->__increment_stop_so… in stop_source() function
38 _LIBCPP_HIDE_FROM_ABI explicit stop_source(nostopstate_t) noexcept : __state_(nullptr) {} in stop_source() function
40 …_LIBCPP_HIDE_FROM_ABI stop_source(const stop_source& __other) noexcept : __state_(__other.__state_… in stop_source() function
Dstop_token.h53 friend class stop_source; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__stop_token/
H A Dstop_source.h36 …_LIBCPP_HIDE_FROM_ABI stop_source() : __state_(new __stop_state()) { __state_->__increment_stop_so… in stop_source() function
38 _LIBCPP_HIDE_FROM_ABI explicit stop_source(nostopstate_t) noexcept : __state_(nullptr) {} in stop_source() function
40 …_LIBCPP_HIDE_FROM_ABI stop_source(const stop_source& __other) noexcept : __state_(__other.__state_… in stop_source() function
H A Dstop_token.h53 friend class stop_source; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__stop_token/
Dstop_source.h36 …_LIBCPP_HIDE_FROM_ABI stop_source() : __state_(new __stop_state()) { __state_->__increment_stop_so… in stop_source() function
38 _LIBCPP_HIDE_FROM_ABI explicit stop_source(nostopstate_t) noexcept : __state_(nullptr) {} in stop_source() function
40 …_LIBCPP_HIDE_FROM_ABI stop_source(const stop_source& __other) noexcept : __state_(__other.__state_… in stop_source() function
Dstop_token.h53 friend class stop_source; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__stop_token/
Dstop_source.h36 …_LIBCPP_HIDE_FROM_ABI stop_source() : __state_(new __stop_state()) { __state_->__increment_stop_so… in stop_source() function
38 _LIBCPP_HIDE_FROM_ABI explicit stop_source(nostopstate_t) noexcept : __state_(nullptr) {} in stop_source() function
40 …_LIBCPP_HIDE_FROM_ABI stop_source(const stop_source& __other) noexcept : __state_(__other.__state_… in stop_source() function
Dstop_token.h53 friend class stop_source; variable
/aosp_15_r20/frameworks/av/media/utils/include/mediautils/
H A Djthread.h26 class stop_source; variable
/aosp_15_r20/frameworks/proto_logging/stats/atoms/framework/
H A Dframework_extension_atoms.proto350 optional SessionStopSource stop_source = 8; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/atoms/framework/
Dframework_extension_atoms.pb.h11567 …k::MediaProjectionStateChanged_SessionStopSource MediaProjectionStateChanged::stop_source() const { in stop_source() function