Searched refs:sqlite3_os_type (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 49241 SQLITE_API LONG SQLITE_WIN32_VOLATILE sqlite3_os_type = 0; variable 49243 static LONG SQLITE_WIN32_VOLATILE sqlite3_os_type = 0; variable 50153 # define osIsNT() ((sqlite3_os_type==2) || sqlite3_win32_is_nt()) 50162 if( osInterlockedCompareExchange(&sqlite3_os_type, 0, 0)==0 ){ in sqlite3_win32_is_nt() 50167 osInterlockedCompareExchange(&sqlite3_os_type, in sqlite3_win32_is_nt() 50173 osInterlockedCompareExchange(&sqlite3_os_type, in sqlite3_win32_is_nt() 50177 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2; in sqlite3_win32_is_nt() 50179 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2 in sqlite3_win32_is_nt() 50180 || osInterlockedCompareExchange(&sqlite3_os_type, 0, 0)==0 in sqlite3_win32_is_nt()
|