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

Lines Matching refs:KMP_ASSERT

839     KMP_ASSERT(0);
920 KMP_ASSERT(new_nthreads >= 1);
1218 KMP_ASSERT(new_team);
1255 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 1);
1929 // KMP_ASSERT( master_th->th.th_current_task->td_flags.executing == 1 );
2531 // KMP_ASSERT( master_th->th.th_current_task->td_flags.executing == 0 );
3124 KMP_ASSERT(!root->r.r_begin);
3612 KMP_ASSERT(gtid < __kmp_threads_capacity);
3695 KMP_ASSERT(root_thread->th.th_serial_team);
3929 KMP_ASSERT(KMP_UBER_GTID(gtid));
3930 KMP_ASSERT(root == __kmp_threads[gtid]->th.th_root);
3931 KMP_ASSERT(root->r.r_active == FALSE);
3973 KMP_ASSERT(KMP_UBER_GTID(gtid));
3974 KMP_ASSERT(root == __kmp_threads[gtid]->th.th_root);
3975 KMP_ASSERT(root->r.r_active == FALSE);
4107 KMP_ASSERT(dispatch);
4194 KMP_ASSERT(!new_thr->th.th_team);
4235 KMP_ASSERT(__kmp_nth == __kmp_all_nth);
4236 KMP_ASSERT(__kmp_all_nth < __kmp_threads_capacity);
4294 KMP_ASSERT(serial_team);
5703 KMP_ASSERT(rc);
5977 // KMP_ASSERT( ! KMP_UBER_GTID( i ) ); // AC:
5979 KMP_ASSERT(!__kmp_root[i]->r.r_active); // TODO: can they be active?
6668 KMP_ASSERT(KMP_UBER_GTID(gtid));
6669 KMP_ASSERT(KMP_INITIAL_GTID(gtid));
6768 KMP_ASSERT(__kmp_xproc > 0);
6888 KMP_ASSERT(KMP_UBER_GTID(gtid));
7220 KMP_ASSERT(KMP_MASTER_GTID(gtid));
7241 KMP_ASSERT(this_thr->th.th_team == team);
7259 KMP_ASSERT(KMP_MASTER_GTID(gtid));
7312 KMP_ASSERT(this_thr->th.th_team == team);
7541 KMP_ASSERT(KMP_UBER_GTID(gtid));
7922 KMP_ASSERT(format_index <= FORMAT_SIZE);
8157 KMP_ASSERT(lck); // lck should be != 0
8181 KMP_ASSERT(0); // "unsupported method specified"