Searched refs:SQLITE_MUTEX_STATIC_MEM (Results 1 – 2 of 2) sorted by relevance
8426 #define SQLITE_MUTEX_STATIC_MEM 3 /* sqlite3_malloc() */ macro
8745 #define SQLITE_MUTEX_STATIC_MEM 3 /* sqlite3_malloc() */ macro27626 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MemInit()28187 mem3.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in memsys3Enter()29161 mem5.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in memsys5Init()30893 mem0.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MallocInit()48535 MUTEX_LOGIC( pMem = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); ) in sqlite3_win32_reset_heap()