Home
last modified time | relevance | path

Searched refs:superlockBusyHandler (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_superlock.c52 static int superlockBusyHandler(void *pCtx, int UNUSED){ in superlockBusyHandler() function
101 }while( rc==SQLITE_BUSY && superlockBusyHandler((void *)pBusy, 0) ); in superlockShmLock()
218 sqlite3_busy_handler(pLock->db, superlockBusyHandler, (void *)&busy); in sqlite3demo_superlock()