Searched refs:g_bootcharting_thread (Results 1 – 1 of 1) sorted by relevance
48 static std::thread* g_bootcharting_thread; variable176 g_bootcharting_thread = new std::thread(bootchart_thread_main); in do_bootchart_start()181 if (!g_bootcharting_thread) return {}; in do_bootchart_stop()190 g_bootcharting_thread->join(); in do_bootchart_stop()191 delete g_bootcharting_thread; in do_bootchart_stop()192 g_bootcharting_thread = nullptr; in do_bootchart_stop()