Home | History | Annotate | Download | only in orig

Lines Matching refs:mutexIsInit

17283 static SQLITE_WSD int mutexIsInit = 0;
17315 GLOBAL(int, mutexIsInit) = 1;
17332 GLOBAL(int, mutexIsInit) = 0;
17352 assert( GLOBAL(int, mutexIsInit) );