Home
last modified time | relevance | path

Searched refs:ds_tid (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_wait_release.h126 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
140 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
143 ompt_scope_end, NULL, tId, 0, ds_tid, ompt_task_implicit); in __ompt_implicit_task_end()
249 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
329 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
H A Dkmp_barrier.cpp60 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather()
264 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
482 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
840 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1607 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1608 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1624 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1832 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
1891 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
1898 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_wait_release.h125 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
141 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
147 ompt_scope_end, NULL, tId, 0, ds_tid, flags); in __ompt_implicit_task_end()
259 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
343 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
H A Dkmp_barrier.cpp58 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
311 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
532 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
893 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1722 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1723 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1739 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1942 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
2001 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
2008 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_wait_release.h125 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
141 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
147 ompt_scope_end, NULL, tId, 0, ds_tid, flags); in __ompt_implicit_task_end()
259 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
343 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
H A Dkmp_barrier.cpp58 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
311 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
532 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
891 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1720 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1721 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1737 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1940 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
1999 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
2006 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_wait_release.h125 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
141 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
147 ompt_scope_end, NULL, tId, 0, ds_tid, flags); in __ompt_implicit_task_end()
259 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
343 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
H A Dkmp_barrier.cpp58 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
311 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
532 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
893 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1722 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1723 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1739 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1942 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
2001 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
2008 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h125 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
141 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
147 ompt_scope_end, NULL, tId, 0, ds_tid, flags); in __ompt_implicit_task_end()
259 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
343 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
H A Dkmp_barrier.cpp58 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
311 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
532 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
891 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1720 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1721 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1737 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1940 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
1999 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
2006 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_wait_release.h125 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
141 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
147 ompt_scope_end, NULL, tId, 0, ds_tid, flags); in __ompt_implicit_task_end()
259 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
343 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
H A Dkmp_barrier.cpp58 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
311 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
532 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
893 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1723 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1724 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1740 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1945 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
2004 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
2011 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_wait_release.h125 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
141 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
144 ompt_scope_end, NULL, tId, 0, ds_tid, ompt_task_implicit); in __ompt_implicit_task_end()
256 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
340 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
H A Dkmp_barrier.cpp60 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
310 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
528 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
884 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1710 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1711 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1727 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1930 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
1989 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
1996 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.h133 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
149 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
155 ompt_scope_end, NULL, tId, 0, ds_tid, flags); in __ompt_implicit_task_end()
267 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
351 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
H A Dkmp_barrier.cpp58 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
309 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
530 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
893 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1725 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1726 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1742 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1947 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
2006 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
2013 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.h133 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
149 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
155 ompt_scope_end, NULL, tId, 0, ds_tid, flags); in __ompt_implicit_task_end()
267 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
351 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
H A Dkmp_barrier.cpp58 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
309 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
530 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
893 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1725 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1726 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1742 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1947 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
2006 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
2013 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.h133 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
149 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
155 ompt_scope_end, NULL, tId, 0, ds_tid, flags); in __ompt_implicit_task_end()
266 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
350 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
H A Dkmp_barrier.cpp56 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
299 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
512 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
868 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1682 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1683 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1699 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1903 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
1962 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
1969 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.h133 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
149 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
155 ompt_scope_end, NULL, tId, 0, ds_tid, flags); in __ompt_implicit_task_end()
266 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
350 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
H A Dkmp_barrier.cpp56 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
299 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
512 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
868 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1682 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1683 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1699 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1903 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
1962 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
1969 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.h133 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
149 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
155 ompt_scope_end, NULL, tId, 0, ds_tid, flags); in __ompt_implicit_task_end()
266 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
350 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
H A Dkmp_barrier.cpp56 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
299 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
512 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
868 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1682 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1683 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1699 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1903 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
1962 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
1969 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_wait_release.h325 int ds_tid = this_thr->th.th_info.ds.ds_tid;
341 if (!KMP_MASTER_TID(ds_tid)) {
347 ompt_scope_end, NULL, tId, 0, ds_tid, flags);
458 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) {
543 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid));

1234567