HomeSort by relevance Sort by last modified time
    Searched defs:nBusy (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_superlock.c 32 int nBusy; /* Number of times xBusy has been invoked */
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){
292 Tcl_ListObjAppendElement(p->interp, pEval, Tcl_NewIntObj(nBusy));
sqliteInt.h 516 int nBusy; /* Incremented with each busy call */
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 153 int nBusy; /* Current number of users of this structure */
741 pRtree->nBusy++;
749 pRtree->nBusy--;
750 if( pRtree->nBusy==0 ){
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 112 milliseconds