Searched refs:sqlite3Pcache1Mutex (Results 1 – 1 of 1) sorted by relevance
21781 SQLITE_PRIVATE sqlite3_mutex *sqlite3Pcache1Mutex(void);25054 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusValue()25074 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusUp()25085 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusDown()25102 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusHighwater()25129 pMutex = statMutex[op] ? sqlite3Pcache1Mutex() : sqlite3MallocMutex(); in sqlite3_status64()58856 SQLITE_PRIVATE sqlite3_mutex *sqlite3Pcache1Mutex(void){ function