Searched refs:cons_type (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_error.h | 23 void __kmp_error_construct(kmp_i18n_id_t id, enum cons_type ct, 25 void __kmp_error_construct2(kmp_i18n_id_t id, enum cons_type ct, 32 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident); 34 void __kmp_push_sync(int gtid, enum cons_type ct, ident_t const *ident, 37 void __kmp_push_sync(int gtid, enum cons_type ct, ident_t const *ident, 41 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident); 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, 51 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct, 53 void __kmp_pop_sync(int gtid, enum cons_type ct, ident_t const *ident); [all …]
|
D | kmp_error.cpp | 107 enum cons_type ct, // Construct type. in __kmp_error_construct() 116 enum cons_type ct, // First construct type. in __kmp_error_construct2() 206 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_check_workshare() 227 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_push_workshare() 244 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint… 246 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck ) 275 enum cons_type stack_type; 330 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3… 332 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck ) 377 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct, [all …]
|
D | kmp_dispatch.h | 149 enum cons_type pushed_ws;
|
D | kmp.h | 1407 enum cons_type { enum 1426 enum cons_type type; 1762 enum cons_type pushed_ws;
|