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

/macosx-10.9.5/CF-855.17/
H A DCFStream.c221 CFArrayRef runLoopAndSourceKey; local
228 runLoopAndSourceKey = (CFArrayRef)CFDictionaryGetValue(sSharedSources, stream);
229 list = (CFMutableArrayRef)CFDictionaryGetValue(sSharedSources, runLoopAndSourceKey);
243 CFRunLoopRemoveSource((CFRunLoopRef)CFArrayGetValueAtIndex(runLoopAndSourceKey, 0), source, (CFStringRef)CFArrayGetValueAtIndex(runLoopAndSourceKey, 1));
246 CFDictionaryRemoveValue(sSharedSources, runLoopAndSourceKey);
1409 CFArrayRef runLoopAndSourceKey = CFArrayCreate(kCFAllocatorSystemDefault, a, sizeof(a) / sizeof(a[0]), &kCFTypeArrayCallBacks); local
1416 CFMutableArrayRef listOfStreamsSharingASource = (CFMutableArrayRef)CFDictionaryGetValue(sSharedSources, runLoopAndSourceKey);
1441 CFDictionaryAddValue(sSharedSources, runLoopAndSourceKey, listOfStreamsSharingASource);
1452 CFDictionaryAddValue(sSharedSources, stream, runLoopAndSourceKey);
1464 CFArrayRef runLoopAndSourceKey; local
1599 CFArrayRef runLoopAndSourceKey; local
[all...]

Completed in 134 milliseconds