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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c19225 u8 bCoreMutex; /* True to enable core mutexing */ member in struct:Sqlite3Config
20856 1, /* bCoreMutex */
[all...]
/freebsd-11-stable/crypto/heimdal/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 960 milliseconds