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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_superlock.c32 int nBusy; /* Number of times xBusy has been invoked */ member in struct:SuperlockBusy
55 return pBusy->xBusy(pBusy->pBusyArg, pBusy->nBusy++);
210 ** that the "nBusy" integer parameter passed to the users busy-handler
285 static int superlock_busy(void *pCtx, int nBusy){ argument
292 Tcl_ListObjAppendElement(p->interp, pEval, Tcl_NewIntObj(nBusy));
H A Dtest_thread.c253 static int xBusy(void *pArg, int nBusy){ argument
255 UNUSED_PARAMETER(nBusy);
H A Dmain.c933 if( NEVER(p==0) || p->xFunc==0 || p->nBusy<0 ) return 0;
934 rc = p->xFunc(p->pArg, p->nBusy);
936 p->nBusy = -1;
938 p->nBusy++;
955 db->busyHandler.nBusy = 0;
H A DsqliteInt.h516 int nBusy; /* Incremented with each busy call */ member in struct:BusyHandler
H A Dvdbe.c584 db->busyHandler.nBusy = 0;
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c153 int nBusy; /* Current number of users of this structure */ member in struct:Rtree
741 pRtree->nBusy++;
749 pRtree->nBusy--;
750 if( pRtree->nBusy==0 ){
3019 pRtree->nBusy = 1;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7496 int nBusy; /* Incremented with each busy call */ member in struct:BusyHandler
124421 int nBusy; /* Current number of users of this structure */ member in struct:Rtree
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8690 int nBusy; /* Incremented with each busy call */ member in struct:BusyHandler
144769 int nBusy; /* Current number of users of this structure */ member in struct:Rtree
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8690 int nBusy; /* Incremented with each busy call */ member in struct:BusyHandler
144801 int nBusy; /* Current number of users of this structure */ member in struct:Rtree
[all...]

Completed in 1818 milliseconds