Searched defs:BusyHandler (Results 1 – 1 of 1) sorted by relevance
16257 typedef struct BusyHandler BusyHandler; typedef16258 struct BusyHandler { struct16259 int (*xBusyHandler)(void *,int); /* The busy callback */ argument16260 void *pBusyArg; /* First arg to busy callback */16261 int nBusy; /* Incremented with each busy call */