Lines Matching refs:sqlite3_mutex_held
8728 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
17795 #define sqlite3_mutex_held(X) ((void)(X),1) macro
17803 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
24386 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusValue()
24406 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusUp()
24417 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusDown()
24434 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusHighwater()
26923 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) ); in vfsUnlink()
28113 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3UnlinkFromList()
28132 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Unlink()
28151 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3LinkIntoList()
28166 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Link()
28201 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3OutOfMemory()
28217 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Checkout()
28234 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3FromKeyBlk()
28281 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Merge()
28322 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3MallocUnsafe()
28403 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3FreeUnsafe()
28826 assert( sqlite3_mutex_held(mem5.mutex) ); in memsys5Link()
29595 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex *p){ in sqlite3_mutex_held() function
30978 assert( sqlite3_mutex_held(mem0.mutex) ); in mallocWithAlarm()
31120 assert( sqlite3_mutex_held(db->mutex) ); in sqlite3DbMallocSize()
31125 assert( sqlite3_mutex_held(db->mutex) ); in sqlite3DbMallocSize()
31170 assert( db==0 || sqlite3_mutex_held(db->mutex) ); in sqlite3DbFreeNN()
31210 assert( sqlite3_mutex_held(db->mutex) ); in sqlite3DbNNFreeNN()
31246 assert( db==0 || sqlite3_mutex_held(db->mutex) ); in sqlite3DbFree()
31398 assert( sqlite3_mutex_held(db->mutex) ); in sqlite3DbMallocRawNN()
31434 assert( sqlite3_mutex_held(db->mutex) ); in sqlite3DbMallocRawNN()
31453 assert( sqlite3_mutex_held(db->mutex) ); in sqlite3DbRealloc()
31644 assert( sqlite3_mutex_held(db->mutex) ); in sqlite3ApiExit()
35161 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) ); in sqlite3VdbeMemTranslate()
39634 assert( sqlite3_mutex_held(unixBigLock) ); in unixLeaveMutex()
39639 return sqlite3_mutex_held(unixBigLock); in unixMutexHeld()
40088 return sqlite3_mutex_held(pFile->pInode->pLockMutex); in unixFileMutexHeld()
40507 assert( sqlite3_mutex_held(pInode->pLockMutex) ); in unixFileLock()
43287 assert( pShmNode->nRef==0 || sqlite3_mutex_held(pShmNode->pShmMutex) ); in unixShmSystemLock()
43292 assert( sqlite3_mutex_held(pShmNode->aMutex[ii]) ); in unixShmSystemLock()
43295 assert( sqlite3_mutex_held(pShmNode->pShmMutex) ); in unixShmSystemLock()
51147 return sqlite3_mutex_held(winBigLock);
51287 assert( sqlite3_mutex_held(pShmNode->mutex) );
56541 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
56582 assert( sqlite3_mutex_held(p->pCache->pGroup->mutex) );
56648 assert( sqlite3_mutex_held(p->pGroup->mutex) );
56689 assert( sqlite3_mutex_held(pPage->pCache->pGroup->mutex) );
56714 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
56730 assert( sqlite3_mutex_held(pGroup->mutex) );
56758 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
71271 assert( sqlite3_mutex_held(p->db->mutex) );
71285 assert( sqlite3_mutex_held(pBt->mutex) );
71286 assert( sqlite3_mutex_held(p->db->mutex) );
71328 assert( sqlite3_mutex_held(p->db->mutex) );
71385 assert( sqlite3_mutex_held(p->db->mutex) );
71405 assert( p->sharable==0 || p->locked==0 || sqlite3_mutex_held(p->pBt->mutex) );
71406 assert( p->sharable==0 || p->locked==0 || sqlite3_mutex_held(p->db->mutex) );
71431 assert( sqlite3_mutex_held(db->mutex) );
71447 assert( sqlite3_mutex_held(db->mutex) );
71466 if( !sqlite3_mutex_held(db->mutex) ){
71473 (p->wantToLock==0 || !sqlite3_mutex_held(p->pBt->mutex)) ){
71499 if( !sqlite3_mutex_held(db->mutex) ) return 0;
72095 return sqlite3_mutex_held(p->pBt->mutex);
72124 assert( sqlite3_mutex_held(pBt->mutex) );
72361 assert( sqlite3_mutex_held(pBt->mutex) );
72592 assert( sqlite3_mutex_held(pBt->mutex) );
72622 assert( sqlite3_mutex_held(pBt->mutex) );
72679 assert( sqlite3_mutex_held(pBt->mutex) );
72800 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
72821 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
72908 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
73186 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
73382 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
73486 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
73585 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
73656 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
73773 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
73830 assert( sqlite3_mutex_held(pBt->mutex) );
73891 assert( sqlite3_mutex_held(pBt->mutex) );
73905 assert( sqlite3_mutex_held(pBt->mutex) );
73937 assert( sqlite3_mutex_held(pBt->mutex) );
73976 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
73989 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
74036 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
74056 assert( sqlite3_mutex_held(pBt->db->mutex) );
74112 assert( sqlite3_mutex_held(db->mutex) );
74369 assert( sqlite3_mutex_held(mutexOpen) );
74473 assert( sqlite3_mutex_held(p->db->mutex) );
74537 assert( sqlite3_mutex_held(p->db->mutex) );
74557 assert( sqlite3_mutex_held(p->db->mutex) );
74571 assert( sqlite3_mutex_held(p->db->mutex) );
74593 assert( sqlite3_mutex_held(p->db->mutex) );
74670 assert( sqlite3_mutex_held(p->pBt->mutex) );
74832 assert( sqlite3_mutex_held(pBt->mutex) );
75038 assert( sqlite3_mutex_held(pBt->mutex) );
75059 assert( sqlite3_mutex_held(pBt->mutex) );
75362 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
75401 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
75479 assert( sqlite3_mutex_held(pBt->mutex) );
75562 assert( sqlite3_mutex_held(pBt->mutex) );
75734 assert( sqlite3_mutex_held(pBt->mutex) );
76537 assert( sqlite3_mutex_held(pBt->mutex) );
76920 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
77204 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
77259 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
77302 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
77534 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
77781 assert( sqlite3_mutex_held(pCur->pBtree->db->mutex) );
78015 assert( sqlite3_mutex_held(pBt->mutex) );
78330 assert( sqlite3_mutex_held(pBt->mutex) );
78476 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
78577 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
78765 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
78835 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
78930 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
79499 assert( sqlite3_mutex_held(pPage->pBt->mutex) );
79770 assert( sqlite3_mutex_held(pBt->mutex) );
80537 assert( sqlite3_mutex_held(pBt->mutex) );
81705 assert( sqlite3_mutex_held(pBt->mutex) );
82803 assert( p==0 || sqlite3_mutex_held(p->db->mutex) );
82837 assert( sqlite3_mutex_held(p->db->mutex) );
82880 assert( sqlite3_mutex_held(p->db->mutex) );
82928 assert( sqlite3_mutex_held(pCsr->pBtree->db->mutex) );
83734 assert( sqlite3_mutex_held(p->pSrc->pBt->mutex) );
83770 assert( sqlite3_mutex_held(p->pSrc->pBt->mutex) );
84054 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
84215 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
84244 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
84270 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
84298 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
84337 assert( sqlite3_mutex_held(pMem->db->mutex) );
84368 assert( sqlite3_mutex_held(pAccum->db->mutex) );
84390 assert( p->db==0 || sqlite3_mutex_held(p->db->mutex) );
84467 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
84496 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
84530 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
84560 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
84575 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
84627 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
84965 assert( pFrom->db==0 || sqlite3_mutex_held(pFrom->db->mutex) );
84966 assert( pTo->db==0 || sqlite3_mutex_held(pTo->db->mutex) );
85009 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) );
85164 assert( pVal->db==0 || sqlite3_mutex_held(pVal->db->mutex) );
85207 assert( pVal->db==0 || sqlite3_mutex_held(pVal->db->mutex) );
89668 assert( sqlite3_mutex_held(db->mutex) );
91187 assert( sqlite3_mutex_held(db->mutex) );
91908 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91924 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91935 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91942 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91951 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91960 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91967 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91974 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
91991 assert( sqlite3_mutex_held(pOut->db->mutex) );
92014 assert( sqlite3_mutex_held(pOut->db->mutex) );
92030 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
92046 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
92066 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
92075 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
92084 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
92099 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
92116 assert( sqlite3_mutex_held(pOut->db->mutex) );
92147 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
92158 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
92170 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
92592 assert( sqlite3_mutex_held(p->pOut->db->mutex) );
92617 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
92655 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) );
92813 assert( sqlite3_mutex_held(p->db->mutex) );
139804 assert( sqlite3_mutex_held(db->mutex) );
143848 assert( sqlite3_mutex_held(db->mutex) );
143961 assert( sqlite3_mutex_held(db->mutex) );
144187 assert( sqlite3_mutex_held(db->mutex) );
144218 assert( sqlite3_mutex_held(db->mutex) );
144244 assert( sqlite3_mutex_held(db->mutex) );
144301 assert( sqlite3_mutex_held(db->mutex) );
144458 assert( sqlite3_mutex_held(db->mutex) );
144636 assert( sqlite3_mutex_held(sqlite3VdbeDb(p)->mutex) );
144640 assert( sqlite3_mutex_held(db->mutex) );
157830 assert( sqlite3_mutex_held(db->mutex) );
157867 assert( sqlite3_mutex_held(db->mutex) );
183875 assert( sqlite3_mutex_held(db->mutex) );
184119 assert( sqlite3_mutex_held(db->mutex) );
184576 assert( sqlite3_mutex_held(db->mutex) );
185269 assert( sqlite3_mutex_held(db->mutex) );
185460 assert( sqlite3_mutex_held(db->mutex) );
187806 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) )
230063 assert( sqlite3_mutex_held(db->mutex) );