Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_global.cpp192 kmp_nested_nthreads_t __kmp_nested_nth = {NULL, 0, 0};
Dkmp.h3078 typedef struct kmp_nested_nthreads_t { struct
3082 } kmp_nested_nthreads_t; argument
3084 extern kmp_nested_nthreads_t __kmp_nested_nth;
Dkmp_settings.cpp1016 kmp_nested_nthreads_t *nth_array) { in __kmp_parse_nested_num_threads()