Home
last modified time | relevance | path

Searched refs:NThreads (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp306 void omp_set_num_threads(int V) { icv::NThreads = V; } in omp_set_num_threads()
308 int omp_get_max_threads(void) { return icv::NThreads; } in omp_get_max_threads()
H A DParallelism.cpp51 NumThreadsClause != -1 ? NumThreadsClause : icv::NThreads; in determineNumberOfThreads()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DState.h348 inline state::Value<uint32_t, state::VK_NThreads> NThreads; variable
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h685 void setNumThreads(Expr *NThreads) { NumThreads = NThreads; } in setNumThreads() argument