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

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A 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; \
H A Dkmp_debug.cpp29 void __kmp_debug_printf(char const *format, ...) { function
54 __kmp_debug_printf("Assertion failure at %s(%d): %s.\n", file, line, msg);
H A Dkmp_error.cpp188 __kmp_debug_printf("%s", buffer.str);
H A Dz_Linux_util.cpp1114 __kmp_debug_printf("__kmp_team_handler: caught signal = %d\n", signo);
1141 __kmp_debug_printf("__kmp_team_handler: unknown signal type");
H A Dkmp_affinity.cpp5182 __kmp_debug_printf(
5313 __kmp_debug_printf("kmp_set_affinity_mask_proc: setting proc %d in "
5346 __kmp_debug_printf("kmp_unset_affinity_mask_proc: unsetting proc %d in "
5379 __kmp_debug_printf("kmp_get_affinity_mask_proc: getting proc %d in "

Completed in 143 milliseconds