Searched defs:xBusy (Results 1 – 3 of 3) sorted by relevance
30 int (*xBusy)(void*,int); /* Pointer to busy-handler function */ member313 int (*xBusy)(void*,int) = 0; /* Busy handler callback */ in superlock_cmd() local
253 static int xBusy(void *pArg, int nBusy){ in xBusy() function
1637 int (*xBusy)(void*) = 0; /* Function to call when waiting for locks */ in walCheckpoint() local