Searched refs:SQLITE_MUTEX_STATIC_MEM (Results 1 – 5 of 5) sorted by relevance
169 public static final int SQLITE_MUTEX_STATIC_MEM = 3; /* sqlite3_malloc() */ field in Constants
6680 #define SQLITE_MUTEX_STATIC_MEM 3 /* sqlite3_malloc() */ macro
6957 #define SQLITE_MUTEX_STATIC_MEM 3 /* sqlite3_malloc() */ macro21109 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MemInit()21670 mem3.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in memsys3Enter()22635 mem5.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in memsys5Init()24321 mem0.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM);38973 MUTEX_LOGIC( pMem = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); )