Home | History | Annotate | Download | only in message_loop

Lines Matching defs:Quit

187   // Checks that Quit works and that the basic infrastructure is working.
189 // Quit from a task
194 // Quit from an event
239 // quit.
258 // quit.
286 // And then quit (relies on the condition tested by TestEventTaskInterleave).
296 // It will quit the main loop once enough tasks and events have been processed,
380 // Then add an event that will quit the main loop.
424 void Quit() {
464 Bind(&GLibLoopRunner::Quit, runner.get()),
499 Bind(&GLibLoopRunner::Quit, runner.get()),