Home | History | Annotate | Download | only in dist

Lines Matching refs:BtreeMutexArray

7449 typedef struct BtreeMutexArray BtreeMutexArray;
7457 struct BtreeMutexArray {
7638 SQLITE_PRIVATE void sqlite3BtreeMutexArrayEnter(BtreeMutexArray*);
7639 SQLITE_PRIVATE void sqlite3BtreeMutexArrayLeave(BtreeMutexArray*);
7640 SQLITE_PRIVATE void sqlite3BtreeMutexArrayInsert(BtreeMutexArray*, Btree*);
12296 BtreeMutexArray aMutex; /* An array of Btree used here and needing locks */
45252 ** Add a new Btree pointer to a BtreeMutexArray.
45264 SQLITE_PRIVATE void sqlite3BtreeMutexArrayInsert(BtreeMutexArray *pArray, Btree *pBtree){
45297 SQLITE_PRIVATE void sqlite3BtreeMutexArrayEnter(BtreeMutexArray *pArray){
45322 SQLITE_PRIVATE void sqlite3BtreeMutexArrayLeave(BtreeMutexArray *pArray){