Home
last modified time | relevance | path

Searched refs:nBusy (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_superlock.c32 int nBusy; /* Number of times xBusy has been invoked */ member
55 return pBusy->xBusy(pBusy->pBusyArg, pBusy->nBusy++); in superlockBusyHandler()
292 static int superlock_busy(void *pCtx, int nBusy){ in superlock_busy() argument
299 Tcl_ListObjAppendElement(p->interp, pEval, Tcl_NewIntObj(nBusy)); in superlock_busy()
H A Dtest_thread.c259 static int xBusy(void *pArg, int nBusy){ in xBusy() argument
261 UNUSED_PARAMETER(nBusy); in xBusy()
H A Dmain.c1711 if( p->xBusyHandler==0 || p->nBusy<0 ) return 0; in sqlite3InvokeBusyHandler()
1712 rc = p->xBusyHandler(p->pBusyArg, p->nBusy); in sqlite3InvokeBusyHandler()
1714 p->nBusy = -1; in sqlite3InvokeBusyHandler()
1716 p->nBusy++; in sqlite3InvokeBusyHandler()
1736 db->busyHandler.nBusy = 0; in sqlite3_busy_handler()
2460 db->busyHandler.nBusy = 0; in sqlite3_wal_checkpoint_v2()
3954 int nSave = db->busyHandler.nBusy; in sqlite3_file_control()
3956 db->busyHandler.nBusy = nSave; in sqlite3_file_control()
H A Dprepare.c855 db->busyHandler.nBusy = 0; in sqlite3LockAndPrepare()
H A Dpragma.c450 db->busyHandler.nBusy = 0; in sqlite3Pragma()
H A DsqliteInt.h1067 int nBusy; /* Incremented with each busy call */ member
H A Dvdbe.c768 db->busyHandler.nBusy = 0; in sqlite3VdbeExec()
/sqlite-3.40.0/ext/rtree/
H A Drtree.c164 u32 nBusy; /* Current number of users of this structure */ member
1005 pRtree->nBusy++; in rtreeReference()
1013 pRtree->nBusy--; in rtreeRelease()
1014 if( pRtree->nBusy==0 ){ in rtreeRelease()
3769 pRtree->nBusy = 1; in rtreeInit()
3842 assert( pRtree->nBusy==1 ); in rtreeInit()
H A Dgeopoly.c1247 pRtree->nBusy = 1; in geopolyInit()
1296 assert( pRtree->nBusy==1 ); in geopolyInit()