Searched refs:EnvStr (Results 1 – 2 of 2) sorted by relevance
45 if (char *EnvStr = getenv("LIBOMPTARGET_INFO")) in getInfoLevel() local46 InfoLevel = std::stoi(EnvStr); in getInfoLevel()56 if (char *EnvStr = getenv("LIBOMPTARGET_DEBUG")) in getDebugLevel() local57 DebugLevel = std::stoi(EnvStr); in getDebugLevel()
178 if (const char *EnvStr = getenv("LIBOMPTARGET_NUM_INITIAL_STREAMS")) in StreamManagerTy() local179 EnvNumInitialStreams = std::stoi(EnvStr); in StreamManagerTy()358 if (const char *EnvStr = getenv("OMP_TEAM_LIMIT")) { in DeviceRTLTy() local360 EnvTeamLimit = std::stoi(EnvStr); in DeviceRTLTy()363 if (const char *EnvStr = getenv("OMP_NUM_TEAMS")) { in DeviceRTLTy() local365 EnvNumTeams = std::stoi(EnvStr); in DeviceRTLTy()684 if (const char *EnvStr = getenv("LIBOMPTARGET_DEVICE_RTL_DEBUG")) in loadBinary() local685 DeviceEnv.debug_level = std::stoi(EnvStr); in loadBinary()