Searched refs:__CFRunLoops (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c1353 static CFMutableDictionaryRef __CFRunLoops = NULL; variable
1363 if (!__CFRunLoops) {
1368 if (!OSAtomicCompareAndSwapPtrBarrier(NULL, dict, (void * volatile *)&__CFRunLoops)) {
1374 CFRunLoopRef loop = (CFRunLoopRef)CFDictionaryGetValue(__CFRunLoops, pthreadPointer(t));
1379 loop = (CFRunLoopRef)CFDictionaryGetValue(__CFRunLoops, pthreadPointer(t));
1381 CFDictionarySetValue(__CFRunLoops, pthreadPointer(t), newLoop);
1404 if (__CFRunLoops) {
1405 loop = (CFRunLoopRef)CFDictionaryGetValue(__CFRunLoops, pthreadPointer(t));
1418 if (__CFRunLoops) {
1419 rl = (CFRunLoopRef)CFDictionaryGetValue(__CFRunLoops, pthreadPointe
[all...]

Completed in 169 milliseconds