Home
last modified time | relevance | path

Searched refs:KMP_ASSERT2 (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_debug.h40 #define KMP_ASSERT2(cond, msg) \ macro
45 #define KMP_DEBUG_ASSERT2(cond, msg) KMP_ASSERT2(cond, msg)
53 #define KMP_ASSERT2(cond, msg) KMP_ASSERT(cond) macro
60 #define KMP_ASSERT2(cond, msg) /* Nothing */ macro
H A Dkmp_affinity.cpp3503 KMP_ASSERT2(num >= 0, "bad explicit proc list"); in __kmp_affinity_process_proclist()
3535 KMP_ASSERT2(num >= 0, "bad explicit proc list"); in __kmp_affinity_process_proclist()
3562 KMP_ASSERT2(start >= 0, "bad explicit proc list"); in __kmp_affinity_process_proclist()
3584 KMP_ASSERT2(end >= 0, "bad explicit proc list"); in __kmp_affinity_process_proclist()
3604 KMP_ASSERT2(stride >= 0, "bad explicit proc list"); in __kmp_affinity_process_proclist()
3609 KMP_ASSERT2(stride != 0, "bad explicit proc list"); in __kmp_affinity_process_proclist()
3611 KMP_ASSERT2(start <= end, "bad explicit proc list"); in __kmp_affinity_process_proclist()
3788 KMP_ASSERT2(0, "bad explicit places list"); in __kmp_process_subplace_list()
3822 KMP_ASSERT2(0, "bad explicit places list"); in __kmp_process_place()
3954 KMP_ASSERT2(0, "bad explicit places list"); in __kmp_affinity_process_placelist()
[all …]
H A Dkmp_affinity.h56 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in get_system_affinity()
70 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in set_system_affinity()
85 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in set_process_affinity()
157 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in bind_thread()
335 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in get_system_affinity()
355 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in set_system_affinity()
H A Dkmp_sched.cpp401 KMP_ASSERT2(0, "__kmpc_for_static_init: unknown scheduling type"); in __kmp_for_static_init()
688 KMP_ASSERT2(0, in __kmp_dist_for_static_init()
H A Dkmp_lock.cpp1273 KMP_ASSERT2(0, "should not get here"); in __kmp_acquire_queuing_lock_timed_template()
1492 KMP_ASSERT2(0, "should not get here"); in __kmp_release_queuing_lock()
2020 KMP_ASSERT2(0, "should not get here"); in __kmp_test_adaptive_lock_only()
H A Dz_Linux_util.cpp110 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in __kmp_affinity_bind_thread()
H A Dkmp_alloc.cpp1404 KMP_ASSERT2(0, "Unexpected allocator trait"); in __kmpc_init_allocator()
H A Dkmp_tasking.cpp2518 KMP_ASSERT2(0, "Unknown task reduction item"); in __kmpc_task_reduction_get_th_data()
5017 KMP_ASSERT2(0, "unknown scheduling of taskloop"); in __kmp_taskloop()
H A Dkmp_runtime.cpp1677 KMP_ASSERT2(0, "cannot invoke microtask for PRIMARY thread"); in __kmp_fork_call()
1963 KMP_ASSERT2(call_context < fork_context_last, in __kmp_fork_call()
2285 KMP_ASSERT2(0, "cannot invoke microtask for PRIMARY thread"); in __kmp_fork_call()
H A Dkmp_dispatch.cpp305 KMP_ASSERT2((kmp_sch_lower < schedule && schedule < kmp_sch_upper), in __kmp_dispatch_init_algorithm()