Lines Matching refs:MsgLoop
12 thread_local MsgLoop* g_current;
15 __tlssim<MsgLoop*> __g_current_impl(nullptr);
20 MsgLoop::MsgLoop() {
25 MsgLoop::~MsgLoop() {
30 void MsgLoop::Run() {
50 void MsgLoop::PostQuit() {
54 void MsgLoop::PostTask(std::function<void()> work) {
63 void MsgLoop::RunUntilIdleForTesting() {
79 MsgLoop* MsgLoop::Current() {