Searched refs:KMP_DEBUG_ASSERT2 (Results 1 – 3 of 3) sorted by relevance
45 #define KMP_DEBUG_ASSERT2(cond, msg) KMP_ASSERT2(cond, msg) macro55 #define KMP_DEBUG_ASSERT2(cond, msg) /* Nothing */ macro62 #define KMP_DEBUG_ASSERT2(cond, msg) /* Nothing */ macro
667 KMP_DEBUG_ASSERT2(h && ret, "OpenMP RTL cannot find itself loaded"); in __kmp_runtime_initialize()
5121 KMP_DEBUG_ASSERT2(KMP_AFFINITY_CAPABLE(), in __kmp_balanced_affinity()