Searched refs:KMP_ASSERT2 (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
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
|
D | kmp_affinity.cpp | 2870 KMP_ASSERT2((*next >= '0') && (*next <= '9'), "bad proclist"); in __kmp_affinity_process_proclist() 2873 KMP_ASSERT2(num >= 0, "bad explicit proc list"); in __kmp_affinity_process_proclist() 2905 KMP_ASSERT2((*next >= '0') && (*next <= '9'), "bad explicit proc list"); in __kmp_affinity_process_proclist() 2909 KMP_ASSERT2(num >= 0, "bad explicit proc list"); in __kmp_affinity_process_proclist() 2937 KMP_ASSERT2((*next >= '0') && (*next <= '9'), "bad explicit proc list"); in __kmp_affinity_process_proclist() 2940 KMP_ASSERT2(start >= 0, "bad explicit proc list"); in __kmp_affinity_process_proclist() 2959 KMP_ASSERT2((*next >= '0') && (*next <= '9'), "bad explicit proc list"); in __kmp_affinity_process_proclist() 2962 KMP_ASSERT2(end >= 0, "bad explicit proc list"); in __kmp_affinity_process_proclist() 2979 KMP_ASSERT2((*next >= '0') && (*next <= '9'), "bad explicit proc list"); in __kmp_affinity_process_proclist() 2982 KMP_ASSERT2(stride >= 0, "bad explicit proc list"); in __kmp_affinity_process_proclist() [all …]
|
D | kmp_affinity.h | 55 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in get_system_affinity() 69 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in set_system_affinity() 136 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in bind_thread() 300 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in get_system_affinity() 320 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in set_system_affinity()
|
D | kmp_sched.cpp | 381 KMP_ASSERT2(0, "__kmpc_for_static_init: unknown scheduling type"); in __kmp_for_static_init() 645 KMP_ASSERT2(0, in __kmp_dist_for_static_init()
|
D | kmp_lock.cpp | 1280 KMP_ASSERT2(0, "should not get here"); in __kmp_acquire_queuing_lock_timed_template() 1501 KMP_ASSERT2(0, "should not get here"); in __kmp_release_queuing_lock() 2037 KMP_ASSERT2(0, "should not get here"); in __kmp_test_adaptive_lock_only()
|
D | z_Linux_util.cpp | 108 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in __kmp_affinity_bind_thread()
|
D | kmp_tasking.cpp | 2271 KMP_ASSERT2(0, "Unknown task reduction item"); in __kmpc_task_reduction_get_th_data() 4547 KMP_ASSERT2(0, "unknown scheduling of taskloop"); in __kmpc_taskloop()
|
D | kmp_alloc.cpp | 1375 KMP_ASSERT2(0, "Unexpected allocator trait"); in __kmpc_init_allocator()
|
D | kmp_runtime.cpp | 1665 KMP_ASSERT2(0, "cannot invoke microtask for MASTER thread"); in __kmp_fork_call() 1946 KMP_ASSERT2(call_context < fork_context_last, in __kmp_fork_call() 2241 KMP_ASSERT2(0, "cannot invoke microtask for MASTER thread"); in __kmp_fork_call()
|
D | kmp_dispatch.cpp | 287 KMP_ASSERT2((kmp_sch_lower < schedule && schedule < kmp_sch_upper), in __kmp_dispatch_init_algorithm()
|