Home
last modified time | relevance | path

Searched refs:is_present (Results 1 – 4 of 4) sorted by relevance

/oneTBB/src/tbb/
H A Dglobal_control.cpp235 static bool is_present(d1::global_control& gc) { in is_present() function
260 bool is_present(d1::global_control& gc) { in is_present() function
261 return global_control_impl::is_present(gc); in is_present()
H A Dgovernor.cpp48 bool is_present(d1::global_control& gc);
280 … __TBB_ASSERT(is_present(*handle.m_ctl), "finalize or release was already called on this object"); in finalize_impl()
283 if (threading_control::is_present()) { in finalize_impl()
H A Dthreading_control.h100 static bool is_present();
H A Dthreading_control.cpp340 bool threading_control::is_present() { in is_present() function in tbb::detail::r1::threading_control