Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h8583 #define SQLITE_MUTEX_STATIC_MEM 3 /* sqlite3_malloc() */ macro
H A Dsqlite3.c8904 #define SQLITE_MUTEX_STATIC_MEM 3 /* sqlite3_malloc() */ macro
28351 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()