Home
last modified time | relevance | path

Searched refs:osInterlockedCompareExchange (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_win.c1124 #define osInterlockedCompareExchange InterlockedCompareExchange macro
1128 #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()