Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_error.h43 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,
Dkmp_error.cpp244 __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);
Dkmp_csupport.cpp779 __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()