Searched defs:BusyHandler (Results 1 – 3 of 3) sorted by relevance
7 public interface BusyHandler { interface
12096 typedef struct BusyHandler BusyHandler; typedef12097 struct BusyHandler { struct12098 int (*xFunc)(void *,int); /* The busy callback */12099 void *pArg; /* First arg to busy callback */12100 int nBusy; /* Incremented with each busy call */