Home
last modified time | relevance | path

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

/qemu/util/
H A Dlog.c44 static __thread FILE *thread_file; variable
82 if (thread_file != stderr) { in qemu_log_thread_cleanup()
83 fclose(thread_file); in qemu_log_thread_cleanup()
84 thread_file = NULL; in qemu_log_thread_cleanup()
94 logfile = thread_file; in qemu_log_trylock_with_err()
106 thread_file = logfile; in qemu_log_trylock_with_err()
308 logfile = thread_file; in qemu_set_log_internal()
344 thread_file = logfile; in qemu_set_log_internal()