Searched defs:xBusy (Results 1 – 2 of 2) sorted by relevance
30 int (*xBusy)(void*,int); /* Pointer to busy-handler function */ member320 int (*xBusy)(void*,int) = 0; /* Busy handler callback */ in superlock_cmd() local
259 static int xBusy(void *pArg, int nBusy){ in xBusy() function