Home | History | Annotate | Download | only in orig

Lines Matching refs:osInterlockedCompareExchange

39824 #define osInterlockedCompareExchange InterlockedCompareExchange
39828 #define osInterlockedCompareExchange ((LONG(WINAPI*)(LONG \
40139 if( osInterlockedCompareExchange(&sqlite3_os_type, 0, 0)==0 ){
40144 osInterlockedCompareExchange(&sqlite3_os_type,
40150 osInterlockedCompareExchange(&sqlite3_os_type,
40154 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2;
40156 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2;