Home | History | Annotate | Download | only in dist

Lines Matching refs:aMutex

17834   BtreeMutexArray aMutex; /* An array of Btree used here and needing locks */
47883 assert( p->aMutex.nMutex==0 );
48384 sqlite3BtreeMutexArrayInsert(&p->aMutex, p->db->aDb[i].pBt);
49393 sqlite3BtreeMutexArrayEnter(&p->aMutex);
49515 sqlite3BtreeMutexArrayLeave(&p->aMutex);
49524 sqlite3BtreeMutexArrayLeave(&p->aMutex);
49584 sqlite3BtreeMutexArrayLeave(&p->aMutex);
58258 sqlite3BtreeMutexArrayLeave(&p->aMutex);