Lines Matching refs:NSRunLoop

2   NSRunLoop.m
28 <title>NSRunLoop class reference</title>
43 #import "Foundation/NSRunLoop.h"
125 NSLog(@"*** NSRunLoop ignoring exception '%@' (reason '%@') "
156 @interface NSRunLoop (TimedPerformers) interface in TimedPerformers
160 @implementation NSRunLoop (TimedPerformers) implementation in TimedPerformers
203 [[[NSRunLoop currentRunLoop] _timedPerformers]
279 NSMutableArray *perf = [[NSRunLoop currentRunLoop] _timedPerformers];
313 NSMutableArray *perf = [[NSRunLoop currentRunLoop] _timedPerformers];
343 NSRunLoop *loop = [NSRunLoop currentRunLoop];
364 NSRunLoop *loop = [NSRunLoop currentRunLoop];
428 @interface NSRunLoop (Private) interface in Private
443 @implementation NSRunLoop (Private) implementation in Private
644 @implementation NSRunLoop(GNUstepExtensions) implementation in GNUstepExtensions
724 * <p><code>NSRunLoop</code> instances handle various utility tasks that must
741 @implementation NSRunLoop implementation in NSTimer
745 if (self == [NSRunLoop class])
753 + (NSRunLoop*) _runLoopForThread: (NSThread*) aThread
756 NSRunLoop *current = info->loop;
809 + (NSRunLoop*) currentRunLoop
814 + (NSRunLoop*) mainRunLoop
880 NSDebugMLLog(@"NSRunLoop", @"add timer for %f in %@",
1135 NSDebugMLLog(@"NSRunLoop", @"limit date %f in %@",
1184 NSDebugMLLog(@"NSRunLoop",
1230 NSDebugMLLog(@"NSRunLoop",
1271 NSDebugMLLog(@"NSRunLoop", @"accept I/P completed in %@", mode);
1361 * OpenStep-compatibility methods for [NSRunLoop]. These methods are also
1364 @implementation NSRunLoop (OPENSTEP) implementation in OPENSTEP