Searched refs:__kmp_check_sync (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_error.h | 43 void __kmp_check_sync(int gtid, enum cons_type ct, ident_t const *ident, 46 void __kmp_check_sync(int gtid, enum cons_type ct, ident_t const *ident,
|
D | kmp_error.cpp | 244 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint… function 246 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck ) 341 __kmp_check_sync(gtid, ct, ident, lck, seq); 343 __kmp_check_sync(gtid, ct, ident, lck);
|
D | kmp_csupport.cpp | 779 __kmp_check_sync(global_tid, ct_master, loc, NULL, 0); in __kmpc_master() 784 __kmp_check_sync(global_tid, ct_master, loc, NULL); in __kmpc_master()
|