Searched refs:nMicro (Results 1 – 3 of 3) sorted by relevance
579 static int demoSleep(sqlite3_vfs *pVfs, int nMicro){ in demoSleep() argument580 sleep(nMicro / 1000000); in demoSleep()581 usleep(nMicro % 1000000); in demoSleep()582 return nMicro; in demoSleep()
4114 static int apndSleep(sqlite3_vfs *pVfs, int nMicro){ in apndSleep() argument4115 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()
4119 static int apndSleep(sqlite3_vfs *pVfs, int nMicro){ in apndSleep() argument4120 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()