Searched refs:sSharedSources (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFStream.c84 static CFMutableDictionaryRef sSharedSources = NULL; variable
228 runLoopAndSourceKey = (CFArrayRef)CFDictionaryGetValue(sSharedSources, stream);
229 list = (CFMutableArrayRef)CFDictionaryGetValue(sSharedSources, runLoopAndSourceKey);
246 CFDictionaryRemoveValue(sSharedSources, runLoopAndSourceKey);
249 CFDictionaryRemoveValue(sSharedSources, stream);
1413 if (!sSharedSources)
1414 sSharedSources = CFDictionaryCreateMutable(kCFAllocatorSystemDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
1416 CFMutableArrayRef listOfStreamsSharingASource = (CFMutableArrayRef)CFDictionaryGetValue(sSharedSources, runLoopAndSourceKey);
1441 CFDictionaryAddValue(sSharedSources, runLoopAndSourceKey, listOfStreamsSharingASource);
1452 CFDictionaryAddValue(sSharedSources, strea
[all...]

Completed in 90 milliseconds