Lines Matching refs:KMP_DEBUG_ASSERT
251 KMP_DEBUG_ASSERT(cv->waiters_count_ > 0); in __kmp_win32_cond_wait()
420 KMP_DEBUG_ASSERT(TCR_4(__kmp_thread_pool_active_nth) >= 0); in __kmp_suspend_template()
425 KMP_DEBUG_ASSERT(th->th.th_sleep_loc); in __kmp_suspend_template()
426 KMP_DEBUG_ASSERT(th->th.th_sleep_loc_type == flag->get_type()); in __kmp_suspend_template()
445 KMP_DEBUG_ASSERT(!flag->is_sleeping()); in __kmp_suspend_template()
446 KMP_DEBUG_ASSERT(!th->th.th_sleep_loc); in __kmp_suspend_template()
526 KMP_DEBUG_ASSERT(flag); in __kmp_resume_template()
602 KMP_DEBUG_ASSERT((proc >= 0) && (proc < (__kmp_num_proc_groups * CHAR_BIT * in __kmp_affinity_bind_thread()
608 KMP_DEBUG_ASSERT(__kmp_SetThreadGroupAffinity != NULL); in __kmp_affinity_bind_thread()
759 KMP_DEBUG_ASSERT(path_size > 0); in __kmp_runtime_initialize()
764 KMP_DEBUG_ASSERT(path_size > 0); in __kmp_runtime_initialize()
776 KMP_DEBUG_ASSERT(ntdll != NULL); in __kmp_runtime_initialize()
781 KMP_DEBUG_ASSERT(NtQuerySystemInformation != NULL); in __kmp_runtime_initialize()
1050 KMP_DEBUG_ASSERT(__kmp_init_monitor); in __kmp_launch_monitor()
1384 KMP_DEBUG_ASSERT(th->th.th_info.ds.ds_tid == th->th.th_info.ds.ds_gtid); in __kmp_reap_monitor()
1609 KMP_DEBUG_ASSERT(cond); \ in __kmp_get_load_balance()