Searched refs:sqlite3_os_type (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 47622 SQLITE_API LONG SQLITE_WIN32_VOLATILE sqlite3_os_type = 0; variable 47624 static LONG SQLITE_WIN32_VOLATILE sqlite3_os_type = 0; variable 48665 # define osIsNT() ((sqlite3_os_type==2) || sqlite3_win32_is_nt()) 48680 if( osInterlockedCompareExchange(&sqlite3_os_type, 0, 0)==0 ){ in sqlite3_win32_is_nt() 48685 osInterlockedCompareExchange(&sqlite3_os_type, in sqlite3_win32_is_nt() 48691 osInterlockedCompareExchange(&sqlite3_os_type, in sqlite3_win32_is_nt() 48695 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2; in sqlite3_win32_is_nt() 48697 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2 in sqlite3_win32_is_nt() 48698 || osInterlockedCompareExchange(&sqlite3_os_type, 0, 0)==0 in sqlite3_win32_is_nt()
|