Lines Matching refs:EventRunner
29 class EventRunner final {
31 EventRunner() = delete;
32 ~EventRunner();
33 DISALLOW_COPY_AND_MOVE(EventRunner);
41 static std::shared_ptr<EventRunner> Create(bool inNewThread = true);
49 static std::shared_ptr<EventRunner> Create(const std::string &threadName);
58 static inline std::shared_ptr<EventRunner> Create(const char *threadName) in Create()
68 static std::shared_ptr<EventRunner> Current();
200 static std::shared_ptr<EventRunner> GetMainEventRunner();
203 explicit EventRunner(bool deposit);
224 static std::shared_ptr<EventRunner> mainRunner_;