Home | History | Annotate | Download | only in dist

Lines Matching refs:xSleep

993 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
999 ** The xSleep() method causes the calling thread to sleep for at
1042 int (*xSleep)(sqlite3_vfs*, int microseconds);
4412 ** ^SQLite implements this interface by calling the xSleep()
4413 ** method of the default [sqlite3_vfs] object. If the xSleep() method