Home
last modified time | relevance | path

Searched refs:sqlite3Pcache1Mutex (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dstatus.c73 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusValue()
93 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusUp()
104 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusDown()
121 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusHighwater()
148 pMutex = statMutex[op] ? sqlite3Pcache1Mutex() : sqlite3MallocMutex(); in sqlite3_status64()
H A Dpcache1.c1222 sqlite3_mutex *sqlite3Pcache1Mutex(void){ in sqlite3Pcache1Mutex() function
H A DsqliteInt.h4474 sqlite3_mutex *sqlite3Pcache1Mutex(void);