Lines Matching refs:sqlite3_mutex_held

8102 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
16193 #define sqlite3_mutex_held(X) ((void)(X),1) macro
16201 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
22370 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
22390 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
22401 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
22418 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
24299 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) );
25489 assert( sqlite3_mutex_held(mem3.mutex) );
25508 assert( sqlite3_mutex_held(mem3.mutex) );
25527 assert( sqlite3_mutex_held(mem3.mutex) );
25542 assert( sqlite3_mutex_held(mem3.mutex) );
25577 assert( sqlite3_mutex_held(mem3.mutex) );
25593 assert( sqlite3_mutex_held(mem3.mutex) );
25610 assert( sqlite3_mutex_held(mem3.mutex) );
25657 assert( sqlite3_mutex_held(mem3.mutex) );
25698 assert( sqlite3_mutex_held(mem3.mutex) );
25779 assert( sqlite3_mutex_held(mem3.mutex) );
26202 assert( sqlite3_mutex_held(mem5.mutex) );
26959 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex *p){
28312 assert( sqlite3_mutex_held(mem0.mutex) );
28439 assert( sqlite3_mutex_held(db->mutex) );
28444 assert( sqlite3_mutex_held(db->mutex) );
28489 assert( db==0 || sqlite3_mutex_held(db->mutex) );
28526 assert( db==0 || sqlite3_mutex_held(db->mutex) );
28677 assert( sqlite3_mutex_held(db->mutex) );
28713 assert( sqlite3_mutex_held(db->mutex) );
28732 assert( sqlite3_mutex_held(db->mutex) );
28903 assert( sqlite3_mutex_held(db->mutex) );
31678 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
34979 assert( sqlite3_mutex_held(unixBigLock) );
34984 return sqlite3_mutex_held(unixBigLock);
35433 return sqlite3_mutex_held(pFile->pInode->pLockMutex);
35848 assert( sqlite3_mutex_held(pInode->pLockMutex) );
38615 assert( pShmNode->nRef==0 || sqlite3_mutex_held(pShmNode->pShmMutex) );
39113 assert( sqlite3_mutex_held(pShmNode->pShmMutex) );
46060 return sqlite3_mutex_held(winBigLock);
46163 assert( pFile->nRef==0 || sqlite3_mutex_held(pFile->mutex) );
51133 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
51185 assert( sqlite3_mutex_held(p->pCache->pGroup->mutex) );
51254 assert( sqlite3_mutex_held(p->pGroup->mutex) );
51295 assert( sqlite3_mutex_held(pPage->pCache->pGroup->mutex) );
51320 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
51336 assert( sqlite3_mutex_held(pGroup->mutex) );
51364 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
65293 assert( sqlite3_mutex_held(p->db->mutex) );
65307 assert( sqlite3_mutex_held(pBt->mutex) );
65308 assert( sqlite3_mutex_held(p->db->mutex) );
65350 assert( sqlite3_mutex_held(p->db->mutex) );
65407 assert( sqlite3_mutex_held(p->db->mutex) );
65427 assert( p->sharable==0 || p->locked==0 || sqlite3_mutex_held(p->pBt->mutex) );
65428 assert( p->sharable==0 || p->locked==0 || sqlite3_mutex_held(p->db->mutex) );
65453 assert( sqlite3_mutex_held(db->mutex) );
65469 assert( sqlite3_mutex_held(db->mutex) );
65488 if( !sqlite3_mutex_held(db->mutex) ){
65495 (p->wantToLock==0 || !sqlite3_mutex_held(p->pBt->mutex)) ){
65520 if( !sqlite3_mutex_held(db->mutex) ) return 0;
66068 return sqlite3_mutex_held(p->pBt->mutex);
66097 assert( sqlite3_mutex_held(pBt->mutex) );
66334 assert( sqlite3_mutex_held(pBt->mutex) );
66548 assert( sqlite3_mutex_held(pBt->mutex) );
66578 assert( sqlite3_mutex_held(pBt->mutex) );
66635 assert( sqlite3_mutex_held(pBt->mutex) );
66755 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
66776 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
66843 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
67029 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
67222 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
67323 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
67420 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
67481 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
67598 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
67655 assert( sqlite3_mutex_held(pBt->mutex) );
67716 assert( sqlite3_mutex_held(pBt->mutex) );
67730 assert( sqlite3_mutex_held(pBt->mutex) );
67772 assert( sqlite3_mutex_held(pBt->mutex) );
67828 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
67841 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
67888 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
67908 assert( sqlite3_mutex_held(pBt->db->mutex) );
67964 assert( sqlite3_mutex_held(db->mutex) );
68218 assert( sqlite3_mutex_held(mutexOpen) );
68314 assert( sqlite3_mutex_held(p->db->mutex) );
68378 assert( sqlite3_mutex_held(p->db->mutex) );
68398 assert( sqlite3_mutex_held(p->db->mutex) );
68412 assert( sqlite3_mutex_held(p->db->mutex) );
68434 assert( sqlite3_mutex_held(p->db->mutex) );
68511 assert( sqlite3_mutex_held(p->pBt->mutex) );
68673 assert( sqlite3_mutex_held(pBt->mutex) );
68874 assert( sqlite3_mutex_held(pBt->mutex) );
68895 assert( sqlite3_mutex_held(pBt->mutex) );
69165 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
69204 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
69279 assert( sqlite3_mutex_held(pBt->mutex) );
69362 assert( sqlite3_mutex_held(pBt->mutex) );
69529 assert( sqlite3_mutex_held(pBt->mutex) );
70313 assert( sqlite3_mutex_held(pBt->mutex) );
70688 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
70963 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
70985 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
71055 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
71224 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
71407 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
71644 assert( sqlite3_mutex_held(pBt->mutex) );
71959 assert( sqlite3_mutex_held(pBt->mutex) );
72105 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
72206 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
72391 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
72457 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
73018 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
73288 assert( sqlite3_mutex_held(pBt->mutex) );
74053 assert( sqlite3_mutex_held(pBt->mutex) );
75154 assert( sqlite3_mutex_held(pBt->mutex) );
76202 assert( p==0 || sqlite3_mutex_held(p->db->mutex) );
76236 assert( sqlite3_mutex_held(p->db->mutex) );
76278 assert( sqlite3_mutex_held(p->db->mutex) );
76326 assert( sqlite3_mutex_held(pCsr->pBtree->db->mutex) );
77125 assert( sqlite3_mutex_held(p->pSrc->pBt->mutex) );
77161 assert( sqlite3_mutex_held(p->pSrc->pBt->mutex) );
77437 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
77564 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
77593 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
77619 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
77647 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
77685 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
77714 assert( pAccum->db==0 || sqlite3_mutex_held(pAccum->db->mutex) );
77735 assert( p->db==0 || sqlite3_mutex_held(p->db->mutex) );
77834 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
77863 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
77898 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
77924 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
77939 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
77981 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
78304 assert( pFrom->db==0 || sqlite3_mutex_held(pFrom->db->mutex) );
78305 assert( pTo->db==0 || sqlite3_mutex_held(pTo->db->mutex) );
78341 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
78495 assert( pVal->db==0 || sqlite3_mutex_held(pVal->db->mutex) );
78538 assert( pVal->db==0 || sqlite3_mutex_held(pVal->db->mutex) );
82663 assert( sqlite3_mutex_held(db->mutex) );
84201 assert( sqlite3_mutex_held(db->mutex) );
84851 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84860 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84869 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84873 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84879 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84885 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84889 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84893 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84903 assert( sqlite3_mutex_held(pOut->db->mutex) );
84910 assert( sqlite3_mutex_held(pOut->db->mutex) );
84920 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84930 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84946 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84955 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84964 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84969 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84973 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
84978 assert( sqlite3_mutex_held(pOut->db->mutex) );
85002 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
85010 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
85022 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
85338 assert( sqlite3_mutex_held(p->pOut->db->mutex) );
85360 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
85394 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
85550 assert( sqlite3_mutex_held(p->db->mutex) );
128654 assert( sqlite3_mutex_held(db->mutex) );
132329 assert( sqlite3_mutex_held(db->mutex) );
132442 assert( sqlite3_mutex_held(db->mutex) );
132668 assert( sqlite3_mutex_held(db->mutex) );
132699 assert( sqlite3_mutex_held(db->mutex) );
132725 assert( sqlite3_mutex_held(db->mutex) );
132782 assert( sqlite3_mutex_held(db->mutex) );
132889 assert( sqlite3_mutex_held(db->mutex) );
133065 assert( sqlite3_mutex_held(sqlite3VdbeDb(p)->mutex) );
133069 assert( sqlite3_mutex_held(db->mutex) );
144751 assert( sqlite3_mutex_held(db->mutex) );
144788 assert( sqlite3_mutex_held(db->mutex) );
167778 assert( sqlite3_mutex_held(db->mutex) );
168018 assert( sqlite3_mutex_held(db->mutex) );
168417 assert( sqlite3_mutex_held(db->mutex) );
169103 assert( sqlite3_mutex_held(db->mutex) );
169281 assert( sqlite3_mutex_held(db->mutex) );
171398 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) )
209954 assert( sqlite3_mutex_held(db->mutex) );