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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c11080 int bCoreMutex; /* True to enable core mutexing */ member in struct:Sqlite3Config
12042 1, /* bCoreMutex */
15274 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
16814 if( sqlite3GlobalConfig.bCoreMutex ){
16861 if( !sqlite3GlobalConfig.bCoreMutex ){
18258 if( sqlite3GlobalConfig.bCoreMutex ){
[all...]

Completed in 382 milliseconds