Home | History | Annotate | Download | only in dist

Lines Matching refs:xSleep

1310 ** The xRandomness(), xSleep(), and xCurrentTime() interfaces
1316 ** The xSleep() method causes the calling thread to sleep for at
1339 int (*xSleep)(sqlite3_vfs*, int microseconds);
4224 ** ^SQLite implements this interface by calling the xSleep()
12212 return pVfs->xSleep(pVfs, nMicro);
21277 os2Sleep, /* xSleep */
27041 unixSleep, /* xSleep */ \
29229 winSleep, /* xSleep */