Searched refs:KMP_ASSERT2 (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_debug.h | 40 #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 D | kmp_affinity.cpp | 3503 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 D | kmp_affinity.h | 56 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 D | kmp_sched.cpp | 401 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 D | kmp_lock.cpp | 1273 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 D | z_Linux_util.cpp | 110 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in __kmp_affinity_bind_thread()
|
| H A D | kmp_alloc.cpp | 1404 KMP_ASSERT2(0, "Unexpected allocator trait"); in __kmpc_init_allocator()
|
| H A D | kmp_tasking.cpp | 2518 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 D | kmp_runtime.cpp | 1677 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 D | kmp_dispatch.cpp | 305 KMP_ASSERT2((kmp_sch_lower < schedule && schedule < kmp_sch_upper), in __kmp_dispatch_init_algorithm()
|