Searched refs:g_guest_loader_instance (Results 1 – 1 of 1) sorted by relevance
254 std::atomic<GuestLoader*> g_guest_loader_instance; variable261 delete g_guest_loader_instance.load(); in ~GuestLoader()268 CHECK_EQ(g_guest_loader_instance.load(), nullptr); in CreateInstance()339 g_guest_loader_instance = instance.release(); in CreateInstance()340 return g_guest_loader_instance.load(); in CreateInstance()344 CHECK_NE(g_guest_loader_instance.load(), nullptr); in GetInstance()345 return g_guest_loader_instance.load(); in GetInstance()