Lines Matching defs:sqlite3_mutex_held

8395 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
8441 ** <li> [sqlite3_mutex_held()] </li>
8484 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
8501 ** If the argument to sqlite3_mutex_held() is a NULL pointer then
8506 ** call to sqlite3_mutex_held() to fail, so a non-zero return is
8511 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
17362 #define sqlite3_mutex_held(X) ((void)(X),1)
17370 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
23891 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
23911 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
23922 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
23939 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
26424 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) );
27614 assert( sqlite3_mutex_held(mem3.mutex) );
27633 assert( sqlite3_mutex_held(mem3.mutex) );
27652 assert( sqlite3_mutex_held(mem3.mutex) );
27667 assert( sqlite3_mutex_held(mem3.mutex) );
27702 assert( sqlite3_mutex_held(mem3.mutex) );
27718 assert( sqlite3_mutex_held(mem3.mutex) );
27735 assert( sqlite3_mutex_held(mem3.mutex) );
27782 assert( sqlite3_mutex_held(mem3.mutex) );
27823 assert( sqlite3_mutex_held(mem3.mutex) );
27904 assert( sqlite3_mutex_held(mem3.mutex) );
28327 assert( sqlite3_mutex_held(mem5.mutex) );
29090 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
29093 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex *p){
29192 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
29386 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
29876 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
30464 assert( sqlite3_mutex_held(mem0.mutex) );
30606 assert( sqlite3_mutex_held(db->mutex) );
30611 assert( sqlite3_mutex_held(db->mutex) );
30656 assert( db==0 || sqlite3_mutex_held(db->mutex) );
30696 assert( sqlite3_mutex_held(db->mutex) );
30732 assert( db==0 || sqlite3_mutex_held(db->mutex) );
30884 assert( sqlite3_mutex_held(db->mutex) );
30920 assert( sqlite3_mutex_held(db->mutex) );
30939 assert( sqlite3_mutex_held(db->mutex) );
31130 assert( sqlite3_mutex_held(db->mutex) );
34561 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
39148 assert( sqlite3_mutex_held(unixBigLock) );
39153 return sqlite3_mutex_held(unixBigLock);
39602 return sqlite3_mutex_held(pFile->pInode->pLockMutex);
40021 assert( sqlite3_mutex_held(pInode->pLockMutex) );
42807 assert( pShmNode->nRef==0 || sqlite3_mutex_held(pShmNode->pShmMutex) );
42812 assert( sqlite3_mutex_held(pShmNode->aMutex[ii]) );
42815 assert( sqlite3_mutex_held(pShmNode->pShmMutex) );
50350 return sqlite3_mutex_held(winBigLock);
50453 assert( pFile->nRef==0 || sqlite3_mutex_held(pFile->mutex) );
55592 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
55632 assert( sqlite3_mutex_held(p->pCache->pGroup->mutex) );
55698 assert( sqlite3_mutex_held(p->pGroup->mutex) );
55739 assert( sqlite3_mutex_held(pPage->pCache->pGroup->mutex) );
55764 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
55780 assert( sqlite3_mutex_held(pGroup->mutex) );
55808 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
70261 assert( sqlite3_mutex_held(p->db->mutex) );
70275 assert( sqlite3_mutex_held(pBt->mutex) );
70276 assert( sqlite3_mutex_held(p->db->mutex) );
70318 assert( sqlite3_mutex_held(p->db->mutex) );
70375 assert( sqlite3_mutex_held(p->db->mutex) );
70395 assert( p->sharable==0 || p->locked==0 || sqlite3_mutex_held(p->pBt->mutex) );
70396 assert( p->sharable==0 || p->locked==0 || sqlite3_mutex_held(p->db->mutex) );
70421 assert( sqlite3_mutex_held(db->mutex) );
70437 assert( sqlite3_mutex_held(db->mutex) );
70456 if( !sqlite3_mutex_held(db->mutex) ){
70463 (p->wantToLock==0 || !sqlite3_mutex_held(p->pBt->mutex)) ){
70489 if( !sqlite3_mutex_held(db->mutex) ) return 0;
71085 return sqlite3_mutex_held(p->pBt->mutex);
71114 assert( sqlite3_mutex_held(pBt->mutex) );
71351 assert( sqlite3_mutex_held(pBt->mutex) );
71582 assert( sqlite3_mutex_held(pBt->mutex) );
71612 assert( sqlite3_mutex_held(pBt->mutex) );
71669 assert( sqlite3_mutex_held(pBt->mutex) );
71789 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
71810 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
71895 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
72171 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
72367 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
72471 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
72569 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
72640 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
72757 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
72814 assert( sqlite3_mutex_held(pBt->mutex) );
72875 assert( sqlite3_mutex_held(pBt->mutex) );
72889 assert( sqlite3_mutex_held(pBt->mutex) );
72921 assert( sqlite3_mutex_held(pBt->mutex) );
72960 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
72973 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
73020 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
73040 assert( sqlite3_mutex_held(pBt->db->mutex) );
73096 assert( sqlite3_mutex_held(db->mutex) );
73187 ** gives more opportunity for asserts(sqlite3_mutex_held())
73353 assert( sqlite3_mutex_held(mutexOpen) );
73457 assert( sqlite3_mutex_held(p->db->mutex) );
73521 assert( sqlite3_mutex_held(p->db->mutex) );
73541 assert( sqlite3_mutex_held(p->db->mutex) );
73555 assert( sqlite3_mutex_held(p->db->mutex) );
73577 assert( sqlite3_mutex_held(p->db->mutex) );
73654 assert( sqlite3_mutex_held(p->pBt->mutex) );
73816 assert( sqlite3_mutex_held(pBt->mutex) );
74022 assert( sqlite3_mutex_held(pBt->mutex) );
74043 assert( sqlite3_mutex_held(pBt->mutex) );
74339 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
74378 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
74456 assert( sqlite3_mutex_held(pBt->mutex) );
74539 assert( sqlite3_mutex_held(pBt->mutex) );
74711 assert( sqlite3_mutex_held(pBt->mutex) );
75495 assert( sqlite3_mutex_held(pBt->mutex) );
75878 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
76162 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
76217 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
76260 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
76492 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
76739 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
76973 assert( sqlite3_mutex_held(pBt->mutex) );
77288 assert( sqlite3_mutex_held(pBt->mutex) );
77434 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
77535 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
77723 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
77793 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
77888 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
78450 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
78718 assert( sqlite3_mutex_held(pBt->mutex) );
79484 assert( sqlite3_mutex_held(pBt->mutex) );
80652 assert( sqlite3_mutex_held(pBt->mutex) );
81750 assert( p==0 || sqlite3_mutex_held(p->db->mutex) );
81784 assert( sqlite3_mutex_held(p->db->mutex) );
81826 assert( sqlite3_mutex_held(p->db->mutex) );
81874 assert( sqlite3_mutex_held(pCsr->pBtree->db->mutex) );
82680 assert( sqlite3_mutex_held(p->pSrc->pBt->mutex) );
82716 assert( sqlite3_mutex_held(p->pSrc->pBt->mutex) );
83000 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
83161 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
83190 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
83216 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
83244 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
83283 assert( sqlite3_mutex_held(pMem->db->mutex) );
83314 assert( sqlite3_mutex_held(pAccum->db->mutex) );
83336 assert( p->db==0 || sqlite3_mutex_held(p->db->mutex) );
83413 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
83442 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
83476 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
83506 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
83521 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
83573 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
83908 assert( pFrom->db==0 || sqlite3_mutex_held(pFrom->db->mutex) );
83909 assert( pTo->db==0 || sqlite3_mutex_held(pTo->db->mutex) );
83952 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
84107 assert( pVal->db==0 || sqlite3_mutex_held(pVal->db->mutex) );
84150 assert( pVal->db==0 || sqlite3_mutex_held(pVal->db->mutex) );
88587 assert( sqlite3_mutex_held(db->mutex) );
90112 assert( sqlite3_mutex_held(db->mutex) );
90825 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
90841 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
90852 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
90859 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
90868 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
90877 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
90884 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
90891 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
90908 assert( sqlite3_mutex_held(pOut->db->mutex) );
90931 assert( sqlite3_mutex_held(pOut->db->mutex) );
90947 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
90963 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
90983 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
90992 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91001 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91016 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91033 assert( sqlite3_mutex_held(pOut->db->mutex) );
91064 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91075 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91087 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91509 assert( sqlite3_mutex_held(p->pOut->db->mutex) );
91534 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91572 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91729 assert( sqlite3_mutex_held(p->db->mutex) );
137860 assert( sqlite3_mutex_held(db->mutex) );
141905 assert( sqlite3_mutex_held(db->mutex) );
142018 assert( sqlite3_mutex_held(db->mutex) );
142251 assert( sqlite3_mutex_held(db->mutex) );
142282 assert( sqlite3_mutex_held(db->mutex) );
142308 assert( sqlite3_mutex_held(db->mutex) );
142365 assert( sqlite3_mutex_held(db->mutex) );
142522 assert( sqlite3_mutex_held(db->mutex) );
142700 assert( sqlite3_mutex_held(sqlite3VdbeDb(p)->mutex) );
142704 assert( sqlite3_mutex_held(db->mutex) );
155669 assert( sqlite3_mutex_held(db->mutex) );
155706 assert( sqlite3_mutex_held(db->mutex) );
181004 assert( sqlite3_mutex_held(db->mutex) );
181252 assert( sqlite3_mutex_held(db->mutex) );
181669 assert( sqlite3_mutex_held(db->mutex) );
182361 assert( sqlite3_mutex_held(db->mutex) );
182552 assert( sqlite3_mutex_held(db->mutex) );
184900 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) )
226780 assert( sqlite3_mutex_held(db->mutex) );