Searched refs:sqlite3_os_type (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 47621 SQLITE_API LONG SQLITE_WIN32_VOLATILE sqlite3_os_type = 0; variable 47623 static LONG SQLITE_WIN32_VOLATILE sqlite3_os_type = 0; variable 48664 # define osIsNT() ((sqlite3_os_type==2) || sqlite3_win32_is_nt()) 48679 if( osInterlockedCompareExchange(&sqlite3_os_type, 0, 0)==0 ){ in sqlite3_win32_is_nt() 48684 osInterlockedCompareExchange(&sqlite3_os_type, in sqlite3_win32_is_nt() 48690 osInterlockedCompareExchange(&sqlite3_os_type, in sqlite3_win32_is_nt() 48694 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2; in sqlite3_win32_is_nt() 48696 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2 in sqlite3_win32_is_nt() 48697 || osInterlockedCompareExchange(&sqlite3_os_type, 0, 0)==0 in sqlite3_win32_is_nt()
|