Searched refs:g_bootcharting_thread (Results 1 – 1 of 1) sorted by relevance
48 static std::thread* g_bootcharting_thread; variable190 g_bootcharting_thread = new std::thread(bootchart_thread_main); in do_bootchart_start()195 if (!g_bootcharting_thread) return {}; in do_bootchart_stop()204 g_bootcharting_thread->join(); in do_bootchart_stop()205 delete g_bootcharting_thread; in do_bootchart_stop()206 g_bootcharting_thread = nullptr; in do_bootchart_stop()