Searched refs:osInterlockedCompareExchange (Results 1 – 1 of 1) sorted by relevance
1124 #define osInterlockedCompareExchange InterlockedCompareExchange macro1128 #define osInterlockedCompareExchange ((LONG(WINAPI*)(LONG \1439 if( osInterlockedCompareExchange(&sqlite3_os_type, 0, 0)==0 ){ in sqlite3_win32_is_nt()1444 osInterlockedCompareExchange(&sqlite3_os_type, in sqlite3_win32_is_nt()1450 osInterlockedCompareExchange(&sqlite3_os_type, in sqlite3_win32_is_nt()1454 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2; in sqlite3_win32_is_nt()1456 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2; in sqlite3_win32_is_nt()