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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h1069 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1075 ** The xSleep() method causes the calling thread to sleep for at
1118 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
4565 ** ^SQLite implements this interface by calling the xSleep()
4566 ** method of the default [sqlite3_vfs] object. If the xSleep() method
H A Dsqlite3.c1640 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1646 ** The xSleep() method causes the calling thread to sleep for at
1689 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
5136 ** ^SQLite implements this interface by calling the xSleep()
5137 ** method of the default [sqlite3_vfs] object. If the xSleep() method
15321 return pVfs->xSleep(pVfs, nMicro);
[all...]
/freebsd-10.2-release/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...]

Completed in 678 milliseconds