Home
last modified time | relevance | path

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

/external/rust/crates/libsqlite3-sys/sqlite3/
Dwasm32-wasi-vfs.c579 static int demoSleep(sqlite3_vfs *pVfs, int nMicro){ in demoSleep() argument
580 sleep(nMicro / 1000000); in demoSleep()
581 usleep(nMicro % 1000000); in demoSleep()
582 return nMicro; in demoSleep()
/external/sqlite/dist/orig/
Dshell.c4114 static int apndSleep(sqlite3_vfs *pVfs, int nMicro){ in apndSleep() argument
4115 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()
/external/sqlite/dist/
Dshell.c4119 static int apndSleep(sqlite3_vfs *pVfs, int nMicro){ in apndSleep() argument
4120 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()