Home
last modified time | relevance | path

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

/oneTBB/integration/windows/env/
H A Dvars.bat52 goto SetEnv
63 goto SetEnv
71 goto SetEnv
74 :SetEnv label
/oneTBB/integration/windows/oneapi/
H A Dvars.bat43 if /i "%1"=="" goto SetEnv
50 :SetEnv label
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload_disable.cpp55 utils::SetEnv("TBB_MALLOC_DISABLE_REPLACEMENT","1");
H A Dtest_malloc_overload.cpp423 int r = utils::SetEnv(newEnvName,"1");
H A Dtest_malloc_whitebox.cpp1623 utils::SetEnv("TBB_MALLOC_SET_HUGE_SIZE_THRESHOLD","67108864"); in TestHugeSizeThreshold()
1647 utils::SetEnv("TBB_MALLOC_USE_HUGE_PAGES","yes");
/oneTBB/test/common/
H A Dutils_env.h26 int SetEnv( const char *envname, const char *envval ) { in SetEnv() function
/oneTBB/test/tbb/
H A Dtest_environment_whitebox.cpp53 utils::SetEnv(environment_variable_name, test_case.first.c_str()); in set_and_get_test_variable()
56 utils::SetEnv(environment_variable_name, ""); in set_and_get_test_variable()
H A Dtest_openmp.cpp132 utils::SetEnv("KMP_AFFINITY", "compact"); in TestNumThreads()