Searched refs:t_ident (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_omp.h | 127 offset_and_size_t t_ident; // location of parallel region member
|
D | kmp_debugger.cpp | 125 offset_and_size_of(kmp_base_team_t, t_ident),
|
D | kmp_barrier.cpp | 180 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[i], in __kmp_linear_barrier_release_template() 483 __kmp_init_implicit_task(team->t.t_ident, in __kmp_tree_barrier_release() 781 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, tid, in __kmp_hyper_barrier_release() 1136 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, tid, in __kmp_hierarchical_barrier_release() 1847 ident_t *loc = team->t.t_ident; in __kmp_join_barrier() 2071 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, in __kmp_fork_barrier()
|
D | kmp_runtime.cpp | 1254 serial_team->t.t_ident = loc; in __kmp_serialized_parallel() 1506 parent_team->t.t_ident = loc; in __kmp_fork_call() 1749 master_th->th.th_serial_team->t.t_ident = loc; in __kmp_fork_call() 2043 KMP_CHECK_UPDATE(team->t.t_ident, loc); in __kmp_fork_call() 4468 KMP_CHECK_UPDATE(team->t.t_ident, loc); in __kmp_reinitialize_team() 7140 __kmp_push_parallel(gtid, team->t.t_ident); in __kmp_run_before_invoked_task() 7148 __kmp_pop_parallel(gtid, team->t.t_ident); in __kmp_run_after_invoked_task() 7242 ident_t *loc = team->t.t_ident; in __kmp_teams_master()
|
D | kmp_itt.inl | 558 loc = team->t.t_ident;
|
D | kmp.h | 2707 ident_t *t_ident; // if volatile, have to change too much other crud to member
|