Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c20114 u8 bCoreMutex; /* True to enable core mutexing */ member
26959 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0 in sqlite3MemFree()
28693 if( sqlite3GlobalConfig.bCoreMutex ){ in sqlite3MutexInit()
28754 if( !sqlite3GlobalConfig.bCoreMutex ){ in sqlite3MutexAlloc()
33816 assert( sqlite3GlobalConfig.bCoreMutex!=0 ); in sqlite3ThreadCreate()
33917 if( sqlite3GlobalConfig.bCoreMutex==0 || sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
39495 if( sqlite3GlobalConfig.bCoreMutex ){
42750 if( sqlite3GlobalConfig.bCoreMutex ){
50267 if( sqlite3GlobalConfig.bCoreMutex ){
55518 || sqlite3GlobalConfig.bCoreMutex>0;
[all …]