Searched refs:superlockBusyHandler (Results 1 – 1 of 1) sorted by relevance
52 static int superlockBusyHandler(void *pCtx, int UNUSED){ in superlockBusyHandler() function101 }while( rc==SQLITE_BUSY && superlockBusyHandler((void *)pBusy, 0) ); in superlockShmLock()218 sqlite3_busy_handler(pLock->db, superlockBusyHandler, (void *)&busy); in sqlite3demo_superlock()