Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp434 static std::shared_ptr<RunLoop> gMainRunLoop; variable
439 if (!gMainRunLoop) { in main()
440 gMainRunLoop = std::make_shared<MainRunLoop>(); in main()
442 return gMainRunLoop; in main()