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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c183 static CFMutableSetRef _bundlesToUnload = NULL; variable
186 static __CFHashTable *_bundlesToUnload = nil; variable
2975 if (_bundlesToUnload) CFSetRemoveValue(_bundlesToUnload, bundle);
2977 if (_bundlesToUnload) [_bundlesToUnload removeObject:(id)bundle];
2995 if (_bundlesToUnload) CFSetRemoveValue(_bundlesToUnload, bundle);
2997 if (_bundlesToUnload) [_bundlesToUnload removeObjec
[all...]

Completed in 159 milliseconds