Home
last modified time | relevance | path

Searched defs:RunLoop (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DRunLoop.h37 struct RunLoop { struct
48 RunLoop &operator=(const RunLoop &) = delete; argument
50 typedef std::function<void()> AsyncFunction;
74 friend struct MainRunLoop; argument
76 struct QueueElem {
84 struct SocketCallbacks {
90 enum class InfoType {
116 explicit RunLoop(); // constructor for the main RunLoop. argument
/device/google/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp49 RunLoop::RunLoop() in RunLoop() function in RunLoop
59 RunLoop::RunLoop(std::string_view name) in RunLoop() function in RunLoop