Searched refs:_resourceInfo (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFURL.c198 void *_resourceInfo; // For use by CoreServicesInternal to cache property values. Retained and released by CFURL. member in struct:__CFURL
235 return url->_resourceInfo;
310 if ( url && OSAtomicCompareAndSwapPtrBarrier( NULL, resourceInfo, &url->_resourceInfo )) {
1880 url->_resourceInfo = NULL;

Completed in 252 milliseconds