Searched refs:GetBoolEnvironmentVariable (Results 1 – 7 of 7) sorted by relevance
30 static inline bool GetBoolEnvironmentVariable( const char * ) { in GetBoolEnvironmentVariable() function38 static inline bool GetBoolEnvironmentVariable( const char * name ) {
124 if( GetBoolEnvironmentVariable("TBB_VERSION") ) { in DoOneTimeInitialization()
418 if( !GetBoolEnvironmentVariable("TBB_ENABLE_SANITIZERS") ) { in loading_flags()
53 if (!tbb::detail::r1::GetBoolEnvironmentVariable("TBB_MALLOC_DISABLE_REPLACEMENT"))
233 test_environment_variable(tbb::detail::r1::GetBoolEnvironmentVariable, false);
778 if (!tbb::detail::r1::GetBoolEnvironmentVariable("TBB_MALLOC_DISABLE_REPLACEMENT")) in DllMain()
2061 static bool GetBoolEnvironmentVariable(const char* name) { in GetBoolEnvironmentVariable() function2062 return tbb::detail::r1::GetBoolEnvironmentVariable(name); in GetBoolEnvironmentVariable()2090 if( GetBoolEnvironmentVariable("TBB_VERSION") ) { in doInitialization()