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

/macosx-10.9.5/CF-855.17/
H A DCFUUID.c88 __CFUUID_t **weakPtrs; member in struct:__anon561
101 __CFUUID_t *result = table->weakPtrs[hashValue];
104 table->weakPtrs[hashValue] = NULL; // so that we don't try to unregister 0x1
105 WRITEWEAK(&table->weakPtrs[hashValue], (void *)candidate);
109 if (result) result = (__CFUUID_t *)READWEAK(&table->weakPtrs[hashValue]);
124 result = table->weakPtrs[hashValue];
133 __CFUUID_t *result = table->weakPtrs[hashValue];
136 if (result) result = (__CFUUID_t *)READWEAK(&table->weakPtrs[hashValue]);
143 result = table->weakPtrs[hashValue];
153 table->weakPtrs
[all...]

Completed in 141 milliseconds