Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Denvironment.h34 static inline long GetIntegralEnvironmentVariable( const char * ) { in GetIntegralEnvironmentVariable() function
56 static inline long GetIntegralEnvironmentVariable( const char * name ) {
/oneTBB/test/tbb/
H A Dtest_environment_whitebox.cpp238 test_environment_variable(tbb::detail::r1::GetIntegralEnvironmentVariable, -1L);
/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp40 …long requestedThreshold = tbb::detail::r1::GetIntegralEnvironmentVariable("TBB_MALLOC_SET_HUGE_SIZ… in init()