Searched refs:SQLITE_MUTEX_STATIC_MEM (Results 1 – 2 of 2) sorted by relevance
8585 #define SQLITE_MUTEX_STATIC_MEM 3 /* sqlite3_malloc() */ macro
8906 #define SQLITE_MUTEX_STATIC_MEM 3 /* sqlite3_malloc() */ macro28381 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MemInit()28942 mem3.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in memsys3Enter()29916 mem5.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in memsys5Init()31641 mem0.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MallocInit()50068 MUTEX_LOGIC( pMem = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); ) in sqlite3_win32_reset_heap()