Searched refs:sqlite3Pcache1Mutex (Results 1 – 1 of 1) sorted by relevance
21803 SQLITE_PRIVATE sqlite3_mutex *sqlite3Pcache1Mutex(void);25084 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusValue()25104 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusUp()25115 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusDown()25132 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusHighwater()25159 pMutex = statMutex[op] ? sqlite3Pcache1Mutex() : sqlite3MallocMutex(); in sqlite3_status64()58905 SQLITE_PRIVATE sqlite3_mutex *sqlite3Pcache1Mutex(void){ function