Searched refs:cons_type (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_error.h | 24 void __kmp_error_construct(kmp_i18n_id_t id, enum cons_type ct, 26 void __kmp_error_construct2(kmp_i18n_id_t id, enum cons_type ct, 33 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident); 35 void __kmp_push_sync(int gtid, enum cons_type ct, ident_t const *ident, 38 void __kmp_push_sync(int gtid, enum cons_type ct, ident_t const *ident, 42 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident); 44 void __kmp_check_sync(int gtid, enum cons_type ct, ident_t const *ident, 47 void __kmp_check_sync(int gtid, enum cons_type ct, ident_t const *ident, 52 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct, 54 void __kmp_pop_sync(int gtid, enum cons_type ct, ident_t const *ident); [all …]
|
| H A D | kmp_error.cpp | 110 enum cons_type ct, // Construct type. in __kmp_error_construct() 119 enum cons_type ct, // First construct type. in __kmp_error_construct2() 209 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_check_workshare() 232 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_push_workshare() 251 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck ) 286 enum cons_type stack_type; 343 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3… 345 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck ) 390 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct, 419 void __kmp_pop_sync(int gtid, enum cons_type ct, ident_t const *ident) { [all …]
|
| H A D | kmp_dispatch.h | 150 enum cons_type pushed_ws;
|
| H A D | kmp.h | 1151 enum cons_type { enum 1183 enum cons_type type; 1695 enum cons_type pushed_ws;
|