Home
last modified time | relevance | path

Searched refs:__kmp_indirect_get_flags (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_lock.h1213 extern kmp_lock_flags_t (*__kmp_indirect_get_flags[KMP_NUM_I_LOCKS])(
1216 (__kmp_indirect_get_flags[(lck)->type] != NULL \
1217 ? __kmp_indirect_get_flags[(lck)->type]((lck)->lock) \
Dkmp_lock.cpp3020 kmp_lock_flags_t (*__kmp_indirect_get_flags[KMP_NUM_I_LOCKS])( variable
3316 fill_table(__kmp_indirect_get_flags, expand); in __kmp_init_dynamic_user_locks()