Lines Matching defs:gtid
50 static void __kmp_expand_cons_stack(int gtid, struct cons_header *p) { in __kmp_expand_cons_stack()
127 struct cons_header *__kmp_allocate_cons_stack(int gtid) { in __kmp_allocate_cons_stack()
159 static void dump_cons_stack(int gtid, struct cons_header *p) { in dump_cons_stack()
187 void __kmp_push_parallel(int gtid, ident_t const *ident) { in __kmp_push_parallel()
206 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_check_workshare()
227 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_push_workshare()
244 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint…
330 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3…
357 void __kmp_pop_parallel(int gtid, ident_t const *ident) {
377 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct,
405 void __kmp_pop_sync(int gtid, enum cons_type ct, ident_t const *ident) {
428 void __kmp_check_barrier(int gtid, enum cons_type ct, ident_t const *ident) {