Searched refs:interruption_enabled (Results 1 – 6 of 6) sorted by relevance
369 interruption_enabled=false; in externally_launched_thread()627 … if(detail::get_current_thread_data() && detail::get_current_thread_data()->interruption_enabled) in interruptible_wait()817 if(interruption_enabled() && interruption_requested()) in interruption_point()824 bool interruption_enabled() BOOST_NOEXCEPT in interruption_enabled() function826 …eturn detail::get_current_thread_data() && detail::get_current_thread_data()->interruption_enabled; in interruption_enabled()842 interruption_was_enabled(interruption_enabled()) in disable_interruption()846 detail::get_current_thread_data()->interruption_enabled=false; in disable_interruption()854 detail::get_current_thread_data()->interruption_enabled=interruption_was_enabled; in ~disable_interruption()862 detail::get_current_thread_data()->interruption_enabled=true; in restore_interruption()870 detail::get_current_thread_data()->interruption_enabled=false; in ~restore_interruption()
17 bool BOOST_THREAD_DECL interruption_enabled() BOOST_NOEXCEPT;
128 bool interruption_enabled; member143 , interruption_enabled(true) in thread_data_base()
641 bool interruption_enabled() BOOST_NOEXCEPT in interruption_enabled() function662 interruption_was_enabled(interruption_enabled()) in disable_interruption()
197 …_ [link thread.thread_management.this_thread.interruption_enabled `boost::this_thread::interruptio…
41 bool interruption_enabled() noexcept; // EXTENSION 413 …ead created using the native interface, i.e. `boost::this_thread::interruption_enabled()` returns …1371 bool interruption_enabled() noexcept; // EXTENSION1439 [section:interruption_enabled Non-member function `interruption_enabled()` EXTENSION]1445 bool interruption_enabled() noexcept;