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

/macosx-10.9.5/CF-855.17/
H A DCFString.c1654 /* Table which holds constant strings created with CFSTR, when -fconstant-cfstrings option is not used. These dynamically created constant strings are stored in constantStringTable. The keys are the 8-bit constant C-strings from the compiler; the values are the CFStrings created for them. _CFSTRLock protects this table.
1657 static CFSpinLock_t _CFSTRLock = CFSpinLockInit; variable
1698 __CFSpinLock(&_CFSTRLock);
1700 __CFSpinUnlock(&_CFSTRLock);
1704 __CFSpinLock(&_CFSTRLock);
1706 __CFSpinUnlock(&_CFSTRLock);
1708 __CFSpinUnlock(&_CFSTRLock);
1750 __CFSpinLock(&_CFSTRLock);
1762 __CFSpinUnlock(&_CFSTRLock);
1775 __CFSpinLock(&_CFSTRLock);
[all...]

Completed in 119 milliseconds