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

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c533 CFMutableDictionaryRef _portToV1SourceMap; member in struct:__CFRunLoopMode
601 if (NULL != rlm->_portToV1SourceMap) CFRelease(rlm->_portToV1SourceMap);
776 rlm->_portToV1SourceMap = NULL;
1118 CFRunLoopSourceRef found = rlm->_portToV1SourceMap ? (CFRunLoopSourceRef)CFDictionaryGetValue(rlm->_portToV1SourceMap, (const void *)(uintptr_t)port) : NULL;
2814 rlm->_portToV1SourceMap = CFDictionaryCreateMutable(kCFAllocatorSystemDefault, 0, NULL, NULL);
2823 CFDictionarySetValue(rlm->_portToV1SourceMap, (const void *)(uintptr_t)src_port, rls);
2876 CFDictionaryRemoveValue(rlm->_portToV1SourceMap, (const void *)(uintptr_t)src_port);

Completed in 105 milliseconds