Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dompd-specific.h86 OMPD_ACCESS(kmp_nested_nthreads_t, used) \
87 OMPD_ACCESS(kmp_nested_nthreads_t, nth) \
144 OMPD_SIZEOF(kmp_nested_nthreads_t) \
H A Dkmp_global.cpp200 kmp_nested_nthreads_t __kmp_nested_nth = {NULL, 0, 0};
H A Dkmp.h3537 typedef struct kmp_nested_nthreads_t { struct
3541 } kmp_nested_nthreads_t; argument
3543 extern kmp_nested_nthreads_t __kmp_nested_nth;
H A Dkmp_settings.cpp1117 kmp_nested_nthreads_t *nth_array) { in __kmp_parse_nested_num_threads()