Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
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
Dkmp_affinity.cpp2870 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 …]
Dkmp_affinity.h55 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()
Dkmp_sched.cpp381 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()
Dkmp_lock.cpp1280 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()
Dz_Linux_util.cpp108 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in __kmp_affinity_bind_thread()
Dkmp_tasking.cpp2271 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()
Dkmp_alloc.cpp1375 KMP_ASSERT2(0, "Unexpected allocator trait"); in __kmpc_init_allocator()
Dkmp_runtime.cpp1665 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()
Dkmp_dispatch.cpp287 KMP_ASSERT2((kmp_sch_lower < schedule && schedule < kmp_sch_upper), in __kmp_dispatch_init_algorithm()