Lines Matching refs:KMP_DEBUG_ASSERT
957 KMP_DEBUG_ASSERT(sizeof(kmp_uint32) == in __kmp_create_monitor()
1001 KMP_DEBUG_ASSERT(th->th.th_info.ds.ds_tid == th->th.th_info.ds.ds_gtid); in __kmp_reap_monitor()
1197 KMP_DEBUG_ASSERT(old_state == PTHREAD_CANCEL_DISABLE); in __kmp_enable()
1376 KMP_DEBUG_ASSERT(KMP_ATOMIC_LD_RLX(&th->th.th_suspend_init_count) == in __kmp_suspend_uninitialize_thread()
1460 KMP_DEBUG_ASSERT(TCR_4(__kmp_thread_pool_active_nth) >= 0); in __kmp_suspend_template()
1465 KMP_DEBUG_ASSERT(th->th.th_sleep_loc); in __kmp_suspend_template()
1466 KMP_DEBUG_ASSERT(flag->get_type() == th->th.th_sleep_loc_type); in __kmp_suspend_template()
1498 KMP_DEBUG_ASSERT(flag->get_type() == flag->get_ptr_type()); in __kmp_suspend_template()
1542 KMP_DEBUG_ASSERT(!flag->is_sleeping()); in __kmp_suspend_template()
1543 KMP_DEBUG_ASSERT(!th->th.th_sleep_loc); in __kmp_suspend_template()
1596 KMP_DEBUG_ASSERT(gtid != target_gtid); in __kmp_resume_template()
1638 KMP_DEBUG_ASSERT(flag); in __kmp_resume_template()
1693 KMP_DEBUG_ASSERT(gtid != KMP_GTID_MONITOR); in __kmp_resume_monitor()
2306 KMP_DEBUG_ASSERT(total_processes != 1 || in __kmp_get_load_balance()
2420 KMP_DEBUG_ASSERT(running_threads > 0); in __kmp_get_load_balance()