Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_lock.h1205 extern const ident_t *(*__kmp_indirect_get_location[KMP_NUM_I_LOCKS])(
1208 (__kmp_indirect_get_location[(lck)->type] != NULL \
1209 ? __kmp_indirect_get_location[(lck)->type]((lck)->lock) \
Dkmp_lock.cpp3018 const ident_t *(*__kmp_indirect_get_location[KMP_NUM_I_LOCKS])( variable
3312 fill_table(__kmp_indirect_get_location, expand); in __kmp_init_dynamic_user_locks()