Searched refs:xSleep (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h926 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
932 ** The xSleep() method causes the calling thread to sleep for at
975 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
4276 ** ^SQLite implements this interface by calling the xSleep()
4277 ** method of the default [sqlite3_vfs] object. If the xSleep() method
H A Dsqlite3.c1479 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1485 ** The xSleep() method causes the calling thread to sleep for at
1528 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
4829 ** ^SQLite implements this interface by calling the xSleep()
4830 ** method of the default [sqlite3_vfs] object. If the xSleep() method
14516 return pVfs->xSleep(pVfs, nMicro);
24352 os2Sleep, /* xSleep */
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1338 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1344 ** The xSleep() method causes the calling thread to sleep for at
1387 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
5986 ** ^SQLite implements this interface by calling the xSleep()
5987 ** method of the default [sqlite3_vfs] object. If the xSleep() method
H A Dshell.c3819 apndSleep, /* xSleep */
4237 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro);
H A Dsqlite3.c2401 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
2407 ** The xSleep() method causes the calling thread to sleep for at
2450 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
7049 ** ^SQLite implements this interface by calling the xSleep()
7050 ** method of the default [sqlite3_vfs] object. If the xSleep() method
23524 return pVfs->xSleep(pVfs, nMicro);
[all...]

Completed in 1408 milliseconds