Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c11962 int bCoreMutex; /* True to enable core mutexing */ member
16609 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0 in sqlite3MemFree()
18131 if( sqlite3GlobalConfig.bCoreMutex ){ in sqlite3MutexInit()
18178 if( !sqlite3GlobalConfig.bCoreMutex ){ in sqlite3MutexAlloc()
19310 if( sqlite3GlobalConfig.bCoreMutex ){ in sqlite3MallocInit()
38279 if( sqlite3GlobalConfig.bCoreMutex ){
38324 int separateCache = sqlite3GlobalConfig.bCoreMutex>0;
52648 if( SQLITE_THREADSAFE && sqlite3GlobalConfig.bCoreMutex ){
119615 if( sqlite3GlobalConfig.bCoreMutex && !sqlite3GlobalConfig.pInitMutex ){
119786 sqlite3GlobalConfig.bCoreMutex = 0;
[all …]