Home | History | Annotate | Download | only in dist

Lines Matching refs:xSleep

1263 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1269 ** The xSleep() method causes the calling thread to sleep for at
1312 int (*xSleep)(sqlite3_vfs*, int microseconds);
5440 ** ^SQLite implements this interface by calling the xSleep()
5441 ** method of the default [sqlite3_vfs] object. If the xSleep() method