Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/relate/
Dinterface.hpp111 struct interruption_enabled struct
114 dispatch::relate<Geometry1, Geometry2>::interruption_enabled;
131 interruption_enabled
145 interruption_enabled
168 interruption_enabled
182 interruption_enabled
Dpoint_point.hpp37 static const bool interruption_enabled = false; member
92 static const bool interruption_enabled = false; member
130 static const bool interruption_enabled = false; member
144 static const bool interruption_enabled = true; member
Dpoint_geometry.hpp38 static const bool interruption_enabled = true; member
98 static const bool interruption_enabled = true; member
Dmulti_point_geometry.hpp163 static const bool interruption_enabled = true; member
512 static const bool interruption_enabled = true; member
620 static const bool interruption_enabled = true; member
Dlinear_areal.hpp208 static const bool interruption_enabled = true; member
1502 static const bool interruption_enabled = linear_areal_type::interruption_enabled; member
Dlinear_linear.hpp120 static const bool interruption_enabled = true; member
Dareal_areal.hpp207 static const bool interruption_enabled = true; member
/third_party/boost/libs/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()
/third_party/boost/boost/thread/
Dinterruption.hpp17 bool BOOST_THREAD_DECL interruption_enabled() BOOST_NOEXCEPT;
/third_party/boost/boost/thread/win32/
Dthread_data.hpp128 bool interruption_enabled; member
143 , interruption_enabled(true) in thread_data_base()
/third_party/boost/libs/thread/src/pthread/
Dthread.cpp641 bool interruption_enabled() BOOST_NOEXCEPT in interruption_enabled() function
662 interruption_was_enabled(interruption_enabled()) in disable_interruption()
/third_party/boost/libs/geometry/test/algorithms/relate/
Dtest_relate.hpp188 bg::detail::relate::interruption_enabled<Geometry1, Geometry2>::value )) ) in check_geometry()
/third_party/boost/libs/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;