Searched refs:log_per_thread (Results 1 – 1 of 1) sorted by relevance
48 static bool log_per_thread; variable54 return log_per_thread || qatomic_read(&global_file) != NULL; in qemu_log_enabled()60 if (log_per_thread) { in qemu_log_separate()96 if (log_per_thread) { in qemu_log_trylock_with_err()140 if (!log_per_thread) { in qemu_log_unlock()219 if (log_per_thread) { in qemu_set_log_internal()238 if (log_per_thread) { in qemu_set_log_internal()269 log_per_thread = true; in qemu_set_log_internal()286 need_to_open_file = qemu_loglevel && !log_per_thread; in qemu_set_log_internal()307 if (log_per_thread && daemonized) { in qemu_set_log_internal()[all …]