• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/

Lines Matching refs:KMP_DEBUG_ASSERT

58   KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
166 KMP_DEBUG_ASSERT(team != NULL);
250 KMP_DEBUG_ASSERT(team != NULL);
311 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
449 KMP_DEBUG_ASSERT(team != NULL);
459 KMP_DEBUG_ASSERT(team != NULL);
532 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
657 KMP_DEBUG_ASSERT(team != NULL);
696 KMP_DEBUG_ASSERT(team != NULL);
891 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
1059 KMP_DEBUG_ASSERT(team != NULL);
1098 KMP_DEBUG_ASSERT(team != NULL);
1382 // KMP_DEBUG_ASSERT( is_split == TRUE ); // #C69956
1554 KMP_DEBUG_ASSERT(this_thr->th.th_task_team->tt.tt_found_proxy_tasks ==
1691 KMP_DEBUG_ASSERT((int)nproc == team->t.t_nproc);
1702 KMP_DEBUG_ASSERT(master_thread == team->t.t_threads[0]);
1706 KMP_DEBUG_ASSERT(__kmp_threads && __kmp_threads[gtid]);
1707 KMP_DEBUG_ASSERT(TCR_PTR(this_thr->th.th_team));
1708 KMP_DEBUG_ASSERT(TCR_PTR(this_thr->th.th_root));
1709 KMP_DEBUG_ASSERT(this_thr == team->t.t_threads[tid]);
1756 KMP_DEBUG_ASSERT(this_thr->th.th_task_team ==
1942 KMP_DEBUG_ASSERT(
1945 KMP_DEBUG_ASSERT(other_threads[i]->th.th_team == team);
2050 KMP_DEBUG_ASSERT(team != NULL);
2132 KMP_DEBUG_ASSERT(team && new_nproc && new_icvs);
2133 KMP_DEBUG_ASSERT((!TCR_4(__kmp_init_parallel)) || new_icvs->nproc);
2142 KMP_DEBUG_ASSERT(team->t.t_threads[0]); // The threads arrays should be
2158 KMP_DEBUG_ASSERT(team->t.t_threads[0]); // The threads arrays should be