Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A 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,
H A Dkmp_error.cpp250 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint… function
252 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck )
347 __kmp_check_sync(gtid, ct, ident, lck, seq);
349 __kmp_check_sync(gtid, ct, ident, lck);
H A Dkmp_csupport.cpp898 __kmp_check_sync(global_tid, ct_master, loc, NULL, 0); in __kmpc_master()
903 __kmp_check_sync(global_tid, ct_master, loc, NULL); in __kmpc_master()
986 __kmp_check_sync(global_tid, ct_masked, loc, NULL, 0); in __kmpc_masked()
991 __kmp_check_sync(global_tid, ct_masked, loc, NULL); in __kmpc_masked()