Home
last modified time | relevance | path

Searched refs:MaxActiveLevels (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp355 icv::MaxActiveLevels = Levels > 0 ? 1 : 0; in omp_set_max_active_levels()
358 int omp_get_max_active_levels(void) { return icv::MaxActiveLevels; } in omp_get_max_active_levels()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DState.h360 inline state::Value<uint32_t, state::VK_MaxActiveLevels> MaxActiveLevels; variable