Searched refs:cons_type (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/ |
| H A 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 …]
|
| H A D | kmp_error.cpp | 113 enum cons_type ct, // Construct type. in __kmp_error_construct() 122 enum cons_type ct, // First construct type. in __kmp_error_construct2() 212 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_check_workshare() 233 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_push_workshare() 252 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck ) 281 enum cons_type stack_type; 336 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3… 338 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck ) 383 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct, 411 void __kmp_pop_sync(int gtid, enum cons_type ct, ident_t const *ident) { [all …]
|
| H A D | kmp_dispatch.h | 153 enum cons_type pushed_ws;
|
| H A D | kmp.h | 1662 enum cons_type { enum 1682 enum cons_type type; 2026 enum cons_type pushed_ws;
|