Lines Matching defs:gtid
56 static void __kmp_expand_cons_stack(int gtid, struct cons_header *p) { in __kmp_expand_cons_stack()
133 struct cons_header *__kmp_allocate_cons_stack(int gtid) { in __kmp_allocate_cons_stack()
165 static void dump_cons_stack(int gtid, struct cons_header *p) { in dump_cons_stack()
193 void __kmp_push_parallel(int gtid, ident_t const *ident) { in __kmp_push_parallel()
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…
363 void __kmp_pop_parallel(int gtid, ident_t const *ident) {
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) {