Lines Matching refs:xSleep
2287 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
2293 ** The xSleep() method causes the calling thread to sleep for at
2336 int (*xSleep)(sqlite3_vfs*, int microseconds);
6464 ** ^SQLite implements this interface by calling the xSleep()
6465 ** method of the default [sqlite3_vfs] object. If the xSleep() method
21071 return pVfs->xSleep(pVfs, nMicro);
38416 unixSleep, /* xSleep */ \
44637 winSleep, /* xSleep */
44662 winSleep, /* xSleep */
44687 winSleep, /* xSleep */
44712 winSleep, /* xSleep */
177469 return pRealVfs->xSleep(pRealVfs, nMicro);
177530 rbuVfsSleep, /* xSleep */