#include "kmp.h"
#include "kmp_debug.h"
#include "kmp_i18n.h"
#include "kmp_io.h"
Go to the source code of this file.
Functions | |
void | __kmp_debug_printf (char const *format,...) |
void | __kmp_dump_debug_buffer (void) |
void __kmp_debug_printf | ( | char const * | format, | |
... | ||||
) |
Definition at line 66 of file kmp_debug.c.
References __kmp_vprintf(), and kmp_err.
Referenced by dump_cons_stack().
void __kmp_dump_debug_buffer | ( | void | ) |
Definition at line 131 of file kmp_debug.c.
References __kmp_acquire_bootstrap_lock(), __kmp_debug_buf_chars, __kmp_debug_buf_lines, __kmp_debug_buffer, __kmp_debug_count, __kmp_printf_no_lock(), __kmp_release_bootstrap_lock(), __kmp_stdio_lock, and i.
Referenced by __kmp_abort_process(), __kmp_internal_end_library(), and __kmp_internal_end_thread().