Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21274 u8 bCoreMutex; /* True to enable core mutexing */ member
28462 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0 in sqlite3MemFree()
30205 if( sqlite3GlobalConfig.bCoreMutex ){ in sqlite3MutexInit()
30266 if( !sqlite3GlobalConfig.bCoreMutex ){ in sqlite3MutexAlloc()
35542 assert( sqlite3GlobalConfig.bCoreMutex!=0 ); in sqlite3ThreadCreate()
35643 if( sqlite3GlobalConfig.bCoreMutex==0 || sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
41767 if( sqlite3GlobalConfig.bCoreMutex ){ in findInodeInfo()
45178 if( sqlite3GlobalConfig.bCoreMutex ){ in unixOpenSharedMemory()
53052 if( sqlite3GlobalConfig.bCoreMutex ){
58355 || sqlite3GlobalConfig.bCoreMutex>0;
[all …]