Searched defs:bCoreMutex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h2421 int bCoreMutex; /* True to enable core mutexing */ member in struct:Sqlite3Config
/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 555 milliseconds