Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp321 *ScheduleKind = static_cast<omp_sched_t>((int)icv::RunSched); in omp_get_schedule()
326 icv::RunSched = (int)ScheduleKind; in omp_set_schedule()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DState.h363 inline state::Value<uint32_t, state::VK_RunSched> RunSched; variable