Searched defs:__inplace_stop_callback_base (Results 1 – 1 of 1) sorted by relevance
37 struct __inplace_stop_callback_base struct39 void __execute() noexcept in __execute()45 using __execute_fn_t = void(__inplace_stop_callback_base*) noexcept;47 explicit __inplace_stop_callback_base( // in __inplace_stop_callback_base() function57 const inplace_stop_source* __source_;58 __execute_fn_t* __execute_;59 __inplace_stop_callback_base* __next_ = nullptr;60 __inplace_stop_callback_base** __prev_ptr_ = nullptr;61 bool* __removed_during_callback_ = nullptr;62 std::atomic<bool> __callback_completed_{false};