Lines Matching refs:KMP_DEBUG_ASSERT
74 KMP_DEBUG_ASSERT(current_size < kmp_hier_layer_e::LAYER_LAST); in append()
344 KMP_DEBUG_ASSERT(active > 0); in reset_shared_barrier()
355 KMP_DEBUG_ASSERT(tdata); in reset_private_barrier()
356 KMP_DEBUG_ASSERT(active > 0); in reset_private_barrier()
366 KMP_DEBUG_ASSERT(tdata); in barrier()
367 KMP_DEBUG_ASSERT(active > 0); in barrier()
368 KMP_DEBUG_ASSERT(id >= 0 && id < active); in barrier()
485 KMP_DEBUG_ASSERT(th); in next_recurse()
487 KMP_DEBUG_ASSERT(current); in next_recurse()
488 KMP_DEBUG_ASSERT(hier_level >= 0); in next_recurse()
489 KMP_DEBUG_ASSERT(hier_level < get_num_layers()); in next_recurse()
490 KMP_DEBUG_ASSERT(tdata); in next_recurse()
491 KMP_DEBUG_ASSERT(parent || last_layer); in next_recurse()
526 KMP_DEBUG_ASSERT(my_sh); in next_recurse()
527 KMP_DEBUG_ASSERT(my_pr); in next_recurse()
603 KMP_DEBUG_ASSERT(previous_id == 0); in next_recurse()
719 KMP_DEBUG_ASSERT(parent); in next()
720 KMP_DEBUG_ASSERT(th); in next()
721 KMP_DEBUG_ASSERT(tdata); in next()
722 KMP_DEBUG_ASSERT(parent); in next()
746 KMP_DEBUG_ASSERT(sh); in next()
799 KMP_DEBUG_ASSERT(sh); in next()
857 KMP_DEBUG_ASSERT(level >= 0); in get_type()
858 KMP_DEBUG_ASSERT(level < num_layers); in get_type()
863 KMP_DEBUG_ASSERT(level >= 0); in get_sched()
864 KMP_DEBUG_ASSERT(level < num_layers); in get_sched()
869 KMP_DEBUG_ASSERT(level >= 0); in get_chunk()
870 KMP_DEBUG_ASSERT(level < num_layers); in get_chunk()
875 KMP_DEBUG_ASSERT(level >= 0); in get_num_active()
876 KMP_DEBUG_ASSERT(level < num_layers); in get_num_active()
881 KMP_DEBUG_ASSERT(level >= 0); in get_length()
882 KMP_DEBUG_ASSERT(level < num_layers); in get_length()
887 KMP_DEBUG_ASSERT(level >= 0); in get_unit()
888 KMP_DEBUG_ASSERT(level < num_layers); in get_unit()
889 KMP_DEBUG_ASSERT(index >= 0); in get_unit()
890 KMP_DEBUG_ASSERT(index < get_length(level)); in get_unit()
944 KMP_DEBUG_ASSERT(n > 0); in __kmp_dispatch_init_hierarchy()
945 KMP_DEBUG_ASSERT(new_layers); in __kmp_dispatch_init_hierarchy()
946 KMP_DEBUG_ASSERT(new_scheds); in __kmp_dispatch_init_hierarchy()
947 KMP_DEBUG_ASSERT(new_chunks); in __kmp_dispatch_init_hierarchy()
957 KMP_DEBUG_ASSERT(th->th.th_dispatch == in __kmp_dispatch_init_hierarchy()
969 KMP_DEBUG_ASSERT(pr); in __kmp_dispatch_init_hierarchy()
974 KMP_DEBUG_ASSERT(pr); in __kmp_dispatch_init_hierarchy()
975 KMP_DEBUG_ASSERT(sh); in __kmp_dispatch_init_hierarchy()