Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_global.cpp199 kmp_nested_nthreads_t __kmp_nested_nth = {NULL, 0, 0};
H A Dkmp.h3058 typedef struct kmp_nested_nthreads_t { struct
3062 } kmp_nested_nthreads_t; argument
3064 extern kmp_nested_nthreads_t __kmp_nested_nth;
H A Dkmp_settings.cpp969 kmp_nested_nthreads_t *nth_array) { in __kmp_parse_nested_num_threads()