Searched refs:winMutex_lock (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c16864 static long winMutex_lock = 0; variable
16868 if( InterlockedCompareExchange(&winMutex_lock, 1, 0)==0 ){
16886 if( InterlockedCompareExchange(&winMutex_lock, 0, 1)==1 ){
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c16864 static long winMutex_lock = 0; variable
16868 if( InterlockedCompareExchange(&winMutex_lock, 1, 0)==0 ){
16886 if( InterlockedCompareExchange(&winMutex_lock, 0, 1)==1 ){
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c16864 static long winMutex_lock = 0; variable
16868 if( InterlockedCompareExchange(&winMutex_lock, 1, 0)==0 ){
16886 if( InterlockedCompareExchange(&winMutex_lock, 0, 1)==1 ){
[all...]

Completed in 909 milliseconds