Home
last modified time | relevance | path

Searched refs:cons_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.h23 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 Dkmp_error.cpp113 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 Dkmp_dispatch.h153 enum cons_type pushed_ws;
H A Dkmp.h1662 enum cons_type { enum
1682 enum cons_type type;
2026 enum cons_type pushed_ws;