Lines Matching defs:osInterlockedCompareExchange
47424 #define osInterlockedCompareExchange InterlockedCompareExchange
47428 #define osInterlockedCompareExchange ((LONG(WINAPI*)(LONG \
47739 if( osInterlockedCompareExchange(&sqlite3_os_type, 0, 0)==0 ){
47744 osInterlockedCompareExchange(&sqlite3_os_type,
47750 osInterlockedCompareExchange(&sqlite3_os_type,
47754 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2;
47756 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2;