Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DParallelism.cpp115 state::ValueRAII ActiveLevelRAII(icv::ActiveLevel, 1u, 0u, TId == 0, in __kmpc_parallel_51()
126 icv::ActiveLevel.assert_eq(1u, ident, /* ForceTeamState */ true); in __kmpc_parallel_51()
142 icv::ActiveLevel.assert_eq(0u, ident, /* ForceTeamState */ true); in __kmpc_parallel_51()
231 state::ValueRAII ActiveLevelRAII(icv::ActiveLevel, 1u, 0u, true, ident, in __kmpc_parallel_51()
H A DState.cpp237 int ActiveLevel = icv::ActiveLevel; in returnValIfLevelIsActive() local
238 if (OMP_UNLIKELY(Level != ActiveLevel)) in returnValIfLevelIsActive()
316 int omp_get_active_level(void) { return !!icv::ActiveLevel; } in omp_get_active_level()
318 int omp_in_parallel(void) { return !!icv::ActiveLevel; } in omp_in_parallel()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DState.h357 inline state::Value<uint32_t, state::VK_ActiveLevel> ActiveLevel; variable