Home
last modified time | relevance | path

Searched refs:__kmp_team_from_gtid (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.inl128 kmp_team_t *team = __kmp_team_from_gtid(gtid);
194 kmp_team_t *team = __kmp_team_from_gtid(gtid);
369 kmp_team_t *team = __kmp_team_from_gtid(gtid);
859 kmp_team_t *t = __kmp_team_from_gtid(gtid);
871 kmp_team_t *t = __kmp_team_from_gtid(gtid);
883 kmp_team_t *t = __kmp_team_from_gtid(gtid);
H A Dkmp_csupport.cpp1061 team = __kmp_team_from_gtid(gtid); in __kmpc_ordered()
1132 (ompt_wait_id_t)(uintptr_t)&__kmp_team_from_gtid(gtid) in __kmpc_end_ordered()
2281 data_ptr = &__kmp_team_from_gtid(gtid)->t.t_copypriv_data; in __kmpc_copyprivate()
2355 data_ptr = &__kmp_team_from_gtid(gtid)->t.t_copypriv_data; in __kmpc_copyprivate_light()
H A Dkmp_gsupport.cpp289 retval = __kmp_team_from_gtid(gtid)->t.t_copypriv_data; in KMP_EXPAND_NAME()
312 __kmp_team_from_gtid(gtid)->t.t_copypriv_data = data; in KMP_EXPAND_NAME()
493 ompt_team_size = __kmp_team_from_gtid(gtid)->t.t_nproc; in __kmp_GOMP_fork_call()
H A Dkmp_barrier.cpp1785 __kmp_team_from_gtid(gtid)->t.t_id, __kmp_tid_from_gtid(gtid))); in __kmp_barrier_template()
1843 __kmp_team_from_gtid(gtid)->t.t_id, __kmp_tid_from_gtid(gtid))); in __kmp_barrier_template()
2072 gtid, __kmp_team_from_gtid(gtid)->t.t_id, in __kmp_barrier_template()
H A Dkmp.h3648 static inline kmp_team_t *__kmp_team_from_gtid(int gtid) { in __kmp_team_from_gtid() function
H A Dkmp_runtime.cpp650 kmp_team_t *team = __kmp_team_from_gtid(gtid); in __kmp_parallel_deo()
676 kmp_team_t *team = __kmp_team_from_gtid(gtid); in __kmp_parallel_dxo()