Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Drml_base.h155 static const std::size_t c_dont_unload = 1; variable
H A Drml_tbb.cpp97 if ( (size_t)library_handle>FACTORY::c_dont_unload ) { in close()
/oneTBB/python/rml/
H A Dipc_server.cpp50 __TBB_ASSERT( (size_t)f.library_handle!=factory::c_dont_unload, nullptr ); in __RML_open_factory()
52 f.library_handle = reinterpret_cast<HMODULE>(factory::c_dont_unload); in __RML_open_factory()
54 f.library_handle = reinterpret_cast<void*>(factory::c_dont_unload); in __RML_open_factory()