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

/macosx-10.9.5/CF-855.17/
H A DCFPreferences.c107 static CFStringRef __hostUUIDString = NULL; local
109 if (!__hostUUIDString) {
124 if (!OSAtomicCompareAndSwapPtrBarrier(NULL, (void *)uuidAsString, (void *)&__hostUUIDString)) {
131 return __hostUUIDString;

Completed in 192 milliseconds