Home
last modified time | relevance | path

Searched refs:SQLITE_MUTEX_STATIC_MEM (Results 1 – 2 of 2) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.h8426 #define SQLITE_MUTEX_STATIC_MEM 3 /* sqlite3_malloc() */ macro
H A Dsqlite3.c8745 #define SQLITE_MUTEX_STATIC_MEM 3 /* sqlite3_malloc() */ macro
27626 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()