Home
last modified time | relevance | path

Searched refs:__increment_stop_source_counter (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/libc++/src/include/__stop_token/
Dstop_source.h36 …M_ABI stop_source() : __state_(new __stop_state()) { __state_->__increment_stop_source_counter(); } in stop_source()
42 __state_->__increment_stop_source_counter(); in stop_source()
51 __other.__state_->__increment_stop_source_counter();
Dstop_state.h71 _LIBCPP_HIDE_FROM_ABI void __increment_stop_source_counter() noexcept { in __increment_stop_source_counter() function