Searched refs:EnvStr (Results 1 – 3 of 3) sorted by relevance
75 if (char *EnvStr = getenv("LIBOMPTARGET_INFO")) in getInfoLevelInternal()76 InfoLevel.store(std::stoi(EnvStr)); in getInfoLevelInternal()89 if (char *EnvStr = getenv("LIBOMPTARGET_DEBUG")) in getDebugLevel()90 DebugLevel = std::stoi(EnvStr); in getDebugLevel()
540 if (const char *EnvStr = getenv("OMP_TEAM_LIMIT")) { in DeviceRTLTy() local542 EnvTeamLimit = std::stoi(EnvStr); in DeviceRTLTy()545 if (const char *EnvStr = getenv("OMP_TEAMS_THREAD_LIMIT")) { in DeviceRTLTy() local547 EnvTeamThreadLimit = std::stoi(EnvStr); in DeviceRTLTy()550 if (const char *EnvStr = getenv("OMP_NUM_TEAMS")) { in DeviceRTLTy() local552 EnvNumTeams = std::stoi(EnvStr); in DeviceRTLTy()557 DynamicMemorySize = std::stoi(EnvStr); in DeviceRTLTy()563 NumInitialStreams = std::stoi(EnvStr); in DeviceRTLTy()713 StackLimit = std::stol(EnvStr); in initDevice()721 HeapLimit = std::stol(EnvStr); in initDevice()[all …]
961 const char *EnvStr = getenv(Env); in readEnv() local963 if (EnvStr) { in readEnv()964 Res = std::stoi(EnvStr); in readEnv()984 if (char *EnvStr = getenv("LIBOMPTARGET_KERNEL_TRACE")) in RTLDeviceInfoTy() local985 print_kernel_trace = atoi(EnvStr); in RTLDeviceInfoTy()1805 if (char *EnvStr = getenv("LIBOMPTARGET_DEVICE_RTL_DEBUG")) in DeviceEnvironment() local1806 HostDeviceEnv.DebugKind = std::stoi(EnvStr); in DeviceEnvironment()