Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_source.h35 …M_ABI stop_source() : __state_(new __stop_state()) { __state_->__increment_stop_source_counter(); } in stop_source()
41 __state_->__increment_stop_source_counter(); in stop_source()
50 __other.__state_->__increment_stop_source_counter();
H A Dstop_state.h71 _LIBCPP_HIDE_FROM_ABI void __increment_stop_source_counter() noexcept { in __increment_stop_source_counter() function