Searched defs:xSleep (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h884 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
890 ** The xSleep() method causes the calling thread to sleep for at
933 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
4092 ** ^SQLite implements this interface by calling the xSleep()
4093 ** method of the default [sqlite3_vfs] object. If the xSleep() method
H A Dsqlite3.c1427 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1433 ** The xSleep() method causes the calling thread to sleep for at
1476 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
4635 ** ^SQLite implements this interface by calling the xSleep()
4636 ** method of the default [sqlite3_vfs] object. If the xSleep() method
14126 return pVfs->xSleep(pVfs, nMicro);
23918 os2Sleep, /* xSleep */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1112 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1118 ** The xSleep() method causes the calling thread to sleep for at
1161 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
4678 ** ^SQLite implements this interface by calling the xSleep()
4679 ** method of the default [sqlite3_vfs] object. If the xSleep() method
H A Dsqlite3.c1227 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1233 ** The xSleep() method causes the calling thread to sleep for at
1276 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
4793 ** ^SQLite implements this interface by calling the xSleep()
4794 ** method of the default [sqlite3_vfs] object. If the xSleep() method
15974 return pVfs->xSleep(pVfs, nMicro);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1112 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1118 ** The xSleep() method causes the calling thread to sleep for at
1161 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
4678 ** ^SQLite implements this interface by calling the xSleep()
4679 ** method of the default [sqlite3_vfs] object. If the xSleep() method
H A Dsqlite3.c1227 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1233 ** The xSleep() method causes the calling thread to sleep for at
1276 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
4793 ** ^SQLite implements this interface by calling the xSleep()
4794 ** method of the default [sqlite3_vfs] object. If the xSleep() method
15974 return pVfs->xSleep(pVfs, nMicro);
[all...]

Completed in 431 milliseconds