Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_debugger.h40 int __kmp_omp_num_threads(ident_t const *ident);
Dkmp_debugger.cpp263 int __kmp_omp_num_threads(ident_t const *ident) { in __kmp_omp_num_threads() function
Dkmp_runtime.cpp1626 int nth = __kmp_omp_num_threads(loc); in __kmp_fork_call()