Searched defs:stop_source (Results 1 – 2 of 2) sorted by relevance
36 _LIBCPP_HIDE_FROM_ABI stop_source() : __state_(new __stop_state()) { __state_->__increment_stop_source_counter(); } stop_source() function 38 _LIBCPP_HIDE_FROM_ABI explicit stop_source(nostopstate_t) noexcept : __state_(nullptr) {} stop_source() function 40 _LIBCPP_HIDE_FROM_ABI stop_source(const stop_source& __other) noexcept : __state_(__other.__state_) { stop_source() function [all...]
53 friend class stop_source; global() variable