Home
last modified time | relevance | path

Searched refs:__kmp_debug_printf (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_debug.h69 extern void __kmp_debug_printf(char const *format, ...);
83 __kmp_debug_printf x; \
87 __kmp_debug_printf x; \
91 __kmp_debug_printf x; \
95 __kmp_debug_printf x; \
99 __kmp_debug_printf x; \
103 __kmp_debug_printf x; \
Dkmp_debug.cpp29 void __kmp_debug_printf(char const *format, ...) { in __kmp_debug_printf() function
54 __kmp_debug_printf("Assertion failure at %s(%d): %s.\n", file, line, msg); in __kmp_debug_assert()
Dkmp_error.cpp182 __kmp_debug_printf("%s", buffer.str); in dump_cons_stack()
Dz_Linux_util.cpp1134 __kmp_debug_printf("__kmp_team_handler: caught signal = %d\n", signo); in __kmp_team_handler()
1161 __kmp_debug_printf("__kmp_team_handler: unknown signal type"); in __kmp_team_handler()
Dkmp_affinity.cpp4867 __kmp_debug_printf( in __kmp_aux_set_affinity()
4987 __kmp_debug_printf("kmp_set_affinity_mask_proc: setting proc %d in " in __kmp_aux_set_affinity_mask_proc()
5019 __kmp_debug_printf("kmp_unset_affinity_mask_proc: unsetting proc %d in " in __kmp_aux_unset_affinity_mask_proc()
5051 __kmp_debug_printf("kmp_get_affinity_mask_proc: getting proc %d in " in __kmp_aux_get_affinity_mask_proc()