Home | History | Annotate | Download | only in orig

Lines Matching refs:sqlite3_mutex_held

6105 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
6151 ** <li> [sqlite3_mutex_held()] </li>
6194 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
6211 ** ^If the argument to sqlite3_mutex_held() is a NULL pointer then
6216 ** call to sqlite3_mutex_held() to fail, so a non-zero return is
6221 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
9576 #define sqlite3_mutex_held(X) ((void)(X),1)
14971 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
16137 assert( sqlite3_mutex_held(mem3.mutex) );
16156 assert( sqlite3_mutex_held(mem3.mutex) );
16175 assert( sqlite3_mutex_held(mem3.mutex) );
16190 sqlite3_mutex_held(mem3.mutex) );
16225 assert( sqlite3_mutex_held(mem3.mutex) );
16241 assert( sqlite3_mutex_held(mem3.mutex) );
16258 assert( sqlite3_mutex_held(mem3.mutex) );
16305 assert( sqlite3_mutex_held(mem3.mutex) );
16346 assert( sqlite3_mutex_held(mem3.mutex) );
16427 assert( sqlite3_mutex_held(mem3.mutex) );
16847 assert( sqlite3_mutex_held(mem5.mutex) );
17401 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17404 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex *p){
17500 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17798 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17955 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
18328 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
18850 assert( sqlite3_mutex_held(mem0.mutex) );
19037 assert( db==0 || sqlite3_mutex_held(db->mutex) );
19071 assert( db==0 || sqlite3_mutex_held(db->mutex) );
19198 assert( db==0 || sqlite3_mutex_held(db->mutex) );
19243 assert( sqlite3_mutex_held(db->mutex) );
19356 assert( !db || sqlite3_mutex_held(db->mutex) );
20695 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
23613 return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
23722 assert( sqlite3_mutex_held(pNode->mutex) || pNode->nRef==0 );
25584 return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
28757 assert( sqlite3_mutex_held(pShmNode->mutex) || pShmNode->nRef==0 );
34373 return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
34475 assert( sqlite3_mutex_held(pFile->mutex) || pFile->nRef==0 );
37126 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
37163 assert( sqlite3_mutex_held(p->pCache->pGroup->mutex) );
37229 assert( sqlite3_mutex_held(p->pGroup->mutex) );
37277 assert( sqlite3_mutex_held(pGroup->mutex) );
37309 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
37322 assert( sqlite3_mutex_held(pGroup->mutex) );
37345 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
49105 assert( sqlite3_mutex_held(p->db->mutex) );
49119 assert( sqlite3_mutex_held(pBt->mutex) );
49120 assert( sqlite3_mutex_held(p->db->mutex) );
49161 assert( sqlite3_mutex_held(p->db->mutex) );
49225 assert( p->sharable==0 || p->locked==0 || sqlite3_mutex_held(p->pBt->mutex) );
49226 assert( p->sharable==0 || p->locked==0 || sqlite3_mutex_held(p->db->mutex) );
49265 assert( sqlite3_mutex_held(db->mutex) );
49274 assert( sqlite3_mutex_held(db->mutex) );
49298 if( !sqlite3_mutex_held(db->mutex) ){
49305 (p->wantToLock==0 || !sqlite3_mutex_held(p->pBt->mutex)) ){
49330 if( !sqlite3_mutex_held(db->mutex) ) return 0;
49790 return sqlite3_mutex_held(p->pBt->mutex);
49811 assert( sqlite3_mutex_held(pBt->mutex) );
49982 assert( sqlite3_mutex_held(pBt->mutex) );
50106 assert( sqlite3_mutex_held(pBt->mutex) );
50136 assert( sqlite3_mutex_held(pBt->mutex) );
50186 assert( sqlite3_mutex_held(pBt->mutex) );
50234 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
50265 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
50445 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
50527 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
50624 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
50712 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
50746 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
50865 assert( sqlite3_mutex_held(pBt->mutex) );
50922 assert( sqlite3_mutex_held(pBt->mutex) );
50936 assert( sqlite3_mutex_held(pBt->mutex) );
50971 assert( sqlite3_mutex_held(pBt->mutex) );
51000 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
51018 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
51038 assert( sqlite3_mutex_held(pBt->db->mutex) );
51093 assert( sqlite3_mutex_held(db->mutex) );
51173 ** gives more opportunity for asserts(sqlite3_mutex_held())
51321 assert( sqlite3_mutex_held(mutexOpen) );
51393 assert( sqlite3_mutex_held(p->db->mutex) );
51460 assert( sqlite3_mutex_held(p->db->mutex) );
51483 assert( sqlite3_mutex_held(p->db->mutex) );
51499 assert( sqlite3_mutex_held(p->db->mutex) );
51670 assert( sqlite3_mutex_held(pBt->mutex) );
51819 assert( sqlite3_mutex_held(pBt->mutex) );
51840 assert( sqlite3_mutex_held(pBt->mutex) );
52061 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
52104 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
52178 assert( sqlite3_mutex_held(pBt->mutex) );
52261 assert( sqlite3_mutex_held(pBt->mutex) );
52400 assert( sqlite3_mutex_held(pBt->mutex) );
53101 assert( sqlite3_mutex_held(pBt->mutex) );
53496 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
53505 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
53756 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
53779 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
53849 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
54206 assert( sqlite3_mutex_held(pBt->mutex) );
54480 assert( sqlite3_mutex_held(pBt->mutex) );
54611 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
54698 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
54848 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
54918 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
54998 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
55068 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
55318 assert( sqlite3_mutex_held(pBt->mutex) );
55936 assert( sqlite3_mutex_held(pBt->mutex) );
56545 assert( sqlite3_mutex_held(pBt->mutex) );
57420 assert( p==0 || sqlite3_mutex_held(p->db->mutex) );
57454 assert( sqlite3_mutex_held(p->db->mutex) );
57460 assert( sqlite3_mutex_held(p->db->mutex) );
57502 assert( sqlite3_mutex_held(p->db->mutex) );
57550 assert( sqlite3_mutex_held(pCsr->pBtree->db->mutex) );
57593 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
58257 assert( sqlite3_mutex_held(p->pSrc->pBt->mutex) );
58290 assert( sqlite3_mutex_held(p->pSrc->pBt->mutex) );
58396 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
58473 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
58502 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
58526 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
58557 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
58601 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
58622 assert( p->db==0 || sqlite3_mutex_held(p->db->mutex) );
58706 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
58731 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
58755 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
58788 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
58802 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
58821 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
59012 assert( pFrom->db==0 || sqlite3_mutex_held(pFrom->db->mutex) );
59013 assert( pTo->db==0 || sqlite3_mutex_held(pTo->db->mutex) );
59049 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
59310 assert( pVal->db==0 || sqlite3_mutex_held(pVal->db->mutex) );
62672 assert( sqlite3_mutex_held(db->mutex) );
62957 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
62961 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
62965 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
62971 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
62977 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
62981 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
62985 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
62994 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
63004 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
63013 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
63022 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
63027 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
63031 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
63044 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
63052 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
63318 assert( sqlite3_mutex_held(p->s.db->mutex) );
63345 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
63368 assert( sqlite3_mutex_held(pCtx->s.db->mutex) );
91899 assert( sqlite3_mutex_held(db->mutex) );
93696 assert( sqlite3_mutex_held(db->mutex) );
93812 assert( sqlite3_mutex_held(db->mutex) );
94028 assert( sqlite3_mutex_held(db->mutex) );
94068 assert( sqlite3_mutex_held(db->mutex) );
94092 assert( sqlite3_mutex_held(db->mutex) );
94147 assert( sqlite3_mutex_held(db->mutex) );
94185 assert( sqlite3_mutex_held(db->mutex) );
94363 assert( sqlite3_mutex_held(sqlite3VdbeDb(p)->mutex) );
94367 assert( sqlite3_mutex_held(db->mutex) );
101672 assert( sqlite3_mutex_held(db->mutex) );
113296 assert( sqlite3_mutex_held(db->mutex) );
113526 assert( sqlite3_mutex_held(db->mutex) );
113954 assert( sqlite3_mutex_held(db->mutex) );
114120 assert( sqlite3_mutex_held(db->mutex) );
115522 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) )