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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c19687 SQLITE_PRIVATE sqlite3_mutex *sqlite3Pcache1Mutex(void);
21669 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
21689 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
21700 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
21717 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
21744 pMutex = statMutex[op] ? sqlite3Pcache1Mutex() : sqlite3MallocMutex();
51419 SQLITE_PRIVATE sqlite3_mutex *sqlite3Pcache1Mutex(void){ function
[all...]

Completed in 486 milliseconds