Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20652 u8 bCoreMutex; /* True to enable core mutexing */ member
27737 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0 in sqlite3MemFree()
29471 if( sqlite3GlobalConfig.bCoreMutex ){ in sqlite3MutexInit()
29532 if( !sqlite3GlobalConfig.bCoreMutex ){ in sqlite3MutexAlloc()
34696 assert( sqlite3GlobalConfig.bCoreMutex!=0 ); in sqlite3ThreadCreate()
34797 if( sqlite3GlobalConfig.bCoreMutex==0 || sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
40325 if( sqlite3GlobalConfig.bCoreMutex ){ in findInodeInfo()
43574 if( sqlite3GlobalConfig.bCoreMutex ){ in unixOpenSharedMemory()
51556 if( sqlite3GlobalConfig.bCoreMutex ){
56827 || sqlite3GlobalConfig.bCoreMutex>0;
[all …]