Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3BtreeMutexArrayEnter

7638 SQLITE_PRIVATE   void sqlite3BtreeMutexArrayEnter(BtreeMutexArray*);
7652 # define sqlite3BtreeMutexArrayEnter(X)
45297 SQLITE_PRIVATE void sqlite3BtreeMutexArrayEnter(BtreeMutexArray *pArray){
57289 sqlite3BtreeMutexArrayEnter(&p->aMutex);