Searched refs:SQLITE_MUTEX_STATIC_MEM (Results 1 – 2 of 2) sorted by relevance
8583 #define SQLITE_MUTEX_STATIC_MEM 3 /* sqlite3_malloc() */ macro
8904 #define SQLITE_MUTEX_STATIC_MEM 3 /* sqlite3_malloc() */ macro28351 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MemInit()28912 mem3.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in memsys3Enter()29886 mem5.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in memsys5Init()31611 mem0.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MallocInit()50040 MUTEX_LOGIC( pMem = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); ) in sqlite3_win32_reset_heap()