Home | History | Annotate | Download | only in dist

Lines Matching defs:xSleep

867 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
873 ** The xSleep() method causes the calling thread to sleep for at
903 int (*xSleep)(sqlite3_vfs*, int microseconds);
4008 ** ^SQLite implements this interface by calling the xSleep()
4009 ** method of the default [sqlite3_vfs] object. If the xSleep() method