Home | History | Annotate | Download | only in dist

Lines Matching refs:mutexIsInit

16163 static SQLITE_WSD int mutexIsInit = 0;
16195 GLOBAL(int, mutexIsInit) = 1;
16212 GLOBAL(int, mutexIsInit) = 0;
16232 assert( GLOBAL(int, mutexIsInit) );