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

/macosx-10.10/Heimdal-398.1.2/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 359 milliseconds