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

/external/sqlite/dist/orig/
H A Dsqlite3.h1137 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1143 ** The xSleep() method causes the calling thread to sleep for at
1186 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
4840 ** ^SQLite implements this interface by calling the xSleep()
4841 ** method of the default [sqlite3_vfs] object. If the xSleep() method
H A Dsqlite3.c1344 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1350 ** The xSleep() method causes the calling thread to sleep for at
1393 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
5047 ** ^SQLite implements this interface by calling the xSleep()
5048 ** method of the default [sqlite3_vfs] object. If the xSleep() method
16706 return pVfs->xSleep(pVfs, nMicro);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1137 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1143 ** The xSleep() method causes the calling thread to sleep for at
1186 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
4840 ** ^SQLite implements this interface by calling the xSleep()
4841 ** method of the default [sqlite3_vfs] object. If the xSleep() method
H A Dsqlite3.c1344 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1350 ** The xSleep() method causes the calling thread to sleep for at
1393 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
5047 ** ^SQLite implements this interface by calling the xSleep()
5048 ** method of the default [sqlite3_vfs] object. If the xSleep() method
16706 return pVfs->xSleep(pVfs, nMicro);
[all...]

Completed in 321 milliseconds