Lines Matching refs:loop
41 // loop, if one exists. This should be safe and free of static constructors.
45 // Logical events for Histogram profiling. Run with -message-loop-histogrammer
131 DCHECK(!current()) << "should only have one message loop per thread";
177 // tasks. Normally, we should only pass through this loop once or twice. If
178 // we end up hitting the loop limit, then it is probably due to one task that
184 // If we end up with empty queues, then break out of the loop.
203 // DCHECK(loop) << "Ouch, did you forget to initialize me?";
309 // Runs the loop in two different SEH modes:
313 // that was existed before the loop was run.
391 // We couldn't run the task now because we're in a nested message loop
528 // loop, we cannot exit incoming_queue_lock_ until we are done with |this|.
632 MessageLoop::AutoRunState::AutoRunState(MessageLoop* loop) : loop_(loop) {
633 // Make the loop reference us.