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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c11306 int bCoreMutex; /* True to enable core mutexing */ member in struct:Sqlite3Config
12296 1, /* bCoreMutex */
15698 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
17238 if( sqlite3GlobalConfig.bCoreMutex ){
17285 if( !sqlite3GlobalConfig.bCoreMutex ){
18683 if( sqlite3GlobalConfig.bCoreMutex ){
[all...]

Completed in 418 milliseconds