Searched refs:bCoreMutex (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex.c43 if( sqlite3GlobalConfig.bCoreMutex ){
90 if( !sqlite3GlobalConfig.bCoreMutex ){
H A Dpcache1.c521 if( sqlite3GlobalConfig.bCoreMutex ){
570 int separateCache = sqlite3GlobalConfig.bCoreMutex>0;
H A Dmain.c154 if( sqlite3GlobalConfig.bCoreMutex && !sqlite3GlobalConfig.pInitMutex ){
296 sqlite3GlobalConfig.bCoreMutex = 0;
303 sqlite3GlobalConfig.bCoreMutex = 1;
309 sqlite3GlobalConfig.bCoreMutex = 1;
1827 if( sqlite3GlobalConfig.bCoreMutex==0 ){
H A Dmem2.c305 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
H A Dmalloc.c161 if( sqlite3GlobalConfig.bCoreMutex ){
H A DsqliteInt.h2421 int bCoreMutex; /* True to enable core mutexing */ member in struct:Sqlite3Config
H A Dbtree.c1877 if( SQLITE_THREADSAFE && sqlite3GlobalConfig.bCoreMutex ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10766 int bCoreMutex; /* True to enable core mutexing */ member in struct:Sqlite3Config
11723 1, /* bCoreMutex */
14883 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
16423 if( sqlite3GlobalConfig.bCoreMutex ){
16470 if( !sqlite3GlobalConfig.bCoreMutex ){
17866 if( sqlite3GlobalConfig.bCoreMutex ){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12182 int bCoreMutex; /* True to enable core mutexing */ member in struct:Sqlite3Config
13330 1, /* bCoreMutex */
16877 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
18412 if( sqlite3GlobalConfig.bCoreMutex ){
18459 if( !sqlite3GlobalConfig.bCoreMutex ){
19905 if( sqlite3GlobalConfig.bCoreMutex ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12182 int bCoreMutex; /* True to enable core mutexing */ member in struct:Sqlite3Config
13330 1, /* bCoreMutex */
16877 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
18412 if( sqlite3GlobalConfig.bCoreMutex ){
18459 if( !sqlite3GlobalConfig.bCoreMutex ){
19905 if( sqlite3GlobalConfig.bCoreMutex ){
[all...]

Completed in 499 milliseconds