Home | History | Annotate | Download | only in orig

Lines Matching refs:pMutex

18673   sqlite3_mutex *pMutex;
18681 pMutex = statMutex[op] ? sqlite3Pcache1Mutex() : sqlite3MallocMutex();
18682 sqlite3_mutex_enter(pMutex);
18688 sqlite3_mutex_leave(pMutex);
18689 (void)pMutex; /* Prevent warning when SQLITE_THREADSAFE=0 */