Lines Matching full:loop
47 // Must be called on the run loop thread.
140 // Ideally called on the run loop thread. If other run loops were running
141 // lower on the run loop thread's stack when this object was created, the
185 // Must be called on the run loop thread.
226 // Must be called on the run loop thread.
248 // Called from the run loop.
265 // Called from the run loop.
282 // The NSApplication-based run loop only drains the autorelease pool at each
290 // again as long as the loop is still running.
299 // Called from the run loop.
316 // The NSApplication-based run loop only drains the autorelease pool at each
334 // Arrange to come back here directly as long as the loop is still
343 // Called from the run loop.
360 // The NSApplication-based run loop only drains the autorelease pool at each
368 // again as long as the loop is still running.
377 // Called from the run loop.
401 // There was no work, and delayed work was done. Arrange for the loop
406 // Work was done. Arrange for the loop to try non-nestable delayed and
415 // Called before the run loop goes to sleep or exits, or processes sources.
418 // level encountered is deeper than the current level, a nested loop
429 // Called from the run loop.
439 // The run loop is about to go to sleep. If any of the work done since it
440 // started or woke up resulted in a nested run loop running,
446 // Called from the run loop.
453 // The run loop has reached the top of the loop and is about to begin
454 // processing sources. If the last iteration of the loop at this nesting
456 // if a nested loop ran. Schedule nesting-deferred work for processing if
461 // Called from the run loop.
477 // Not all run loops go to sleep. If a run loop is stopped before it
479 // to CFRunLoopRunInMode expires, the run loop may proceed directly from
482 // to make a single pass through the loop and exit without sleep. Some
485 // to be called here, as the run loop exits.
489 // the nesting level to be set to the depth of the loop that is going
492 // loop.
504 // Called from the run loop.
586 // running lower on the run loop thread's stack when this object was created,
601 // Must be called on the run loop thread.
603 // Stop the innermost run loop managed by this MessagePumpCFRunLoop object.
605 // This object is running the innermost loop, just stop it.
608 // There's another loop running inside the loop managed by this object.
623 // were running further inside a run loop managed by this object. Now
624 // that all unmanaged inner run loops are gone, stop the loop running
704 // Send a fake event to wake the loop up.
719 // are created while handling a UI event to be autoreleased in the event loop.
733 // -performClick: spins a nested run loop. If the pool created in DoWork was a