Lines Matching defs:ct
43 #define PUSH_MSG(ct, ident) \ argument
81 static char *__kmp_pragma(int ct, ident_t const *ident) { in __kmp_pragma()
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()
250 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint…
336 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3…
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) {
434 void __kmp_check_barrier(int gtid, enum cons_type ct, ident_t const *ident) {