Home
last modified time | relevance | path

Searched defs:nBusy (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_superlock.c32 int nBusy; /* Number of times xBusy has been invoked */ member
292 static int superlock_busy(void *pCtx, int nBusy){ in superlock_busy()
H A Dtest_thread.c259 static int xBusy(void *pArg, int nBusy){ in xBusy()
H A DsqliteInt.h1067 int nBusy; /* Incremented with each busy call */ member
/sqlite-3.40.0/ext/rtree/
H A Drtree.c164 u32 nBusy; /* Current number of users of this structure */ member