Home
last modified time | relevance | path

Searched refs:interruption_enabled (Results 1 – 6 of 6) sorted by relevance

/external/sdv/vsomeip/third_party/boost/thread/src/win32/
Dthread.cpp369 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() function
826 …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()
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dinterruption.hpp17 bool BOOST_THREAD_DECL interruption_enabled() BOOST_NOEXCEPT;
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dthread_data.hpp128 bool interruption_enabled; member
143 , interruption_enabled(true) in thread_data_base()
/external/sdv/vsomeip/third_party/boost/thread/src/pthread/
Dthread.cpp641 bool interruption_enabled() BOOST_NOEXCEPT in interruption_enabled() function
662 interruption_was_enabled(interruption_enabled()) in disable_interruption()
/external/sdv/vsomeip/third_party/boost/thread/doc/
Dthread.qbk197 …_ [link thread.thread_management.this_thread.interruption_enabled `boost::this_thread::interruptio…
Dthread_ref.qbk41 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; // EXTENSION
1439 [section:interruption_enabled Non-member function `interruption_enabled()` EXTENSION]
1445 bool interruption_enabled() noexcept;