Home
last modified time | relevance | path

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

/oneTBB/src/tbbbind/
H A Dtbb_bind.cpp259 static system_topology* instance_ptr; member in tbb::detail::r1::system_topology
267 if (instance_ptr == nullptr) { in construct()
268 instance_ptr = new system_topology(); in construct()
269 instance_ptr->initialize(groups_num); in construct()
274 __TBB_ASSERT(instance_ptr != nullptr, "Getting instance of non-constructed topology"); in instance()
275 return *instance_ptr; in instance()
279 __TBB_ASSERT(instance_ptr != nullptr, "Destroying non-constructed topology"); in destroy()
280 delete instance_ptr; in destroy()
404 system_topology* system_topology::instance_ptr{nullptr};