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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteFileSystemWin.cpp160 win32_vfs->xSleep,
H A DSQLiteFileSystemPosix.cpp188 unix_vfs->xSleep,
/external/chromium_org/third_party/sqlite/src/src/
H A Dos.c182 return pVfs->xSleep(pVfs, nMicro);
H A Dtest_multiplex.c449 return gMultiplex.pOrigVfs->xSleep(gMultiplex.pOrigVfs, b);
930 gMultiplex.sThisVfs.xSleep = multiplexSleep;
H A Dtest_vfstrace.c653 return pRoot->xSleep(pRoot, nMicro);
750 pNew->xSleep = vfstraceSleep;
H A Dtest6.c680 return pVfs->xSleep(pVfs, nMicro);
809 cfSleep, /* xSleep */
H A Dtest_onefile.c200 fsSleep, /* xSleep */
804 return pParent->xSleep(pParent, nMicro);
H A Dsqlite.h.in879 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
885 ** The xSleep() method causes the calling thread to sleep for at
928 int (*xSleep)(sqlite3_vfs*, int microseconds);
4087 ** ^SQLite implements this interface by calling the xSleep()
4088 ** method of the default [sqlite3_vfs] object. If the xSleep() method
H A Dtest_osinst.c27 ** xRandomness, xSleep, xCurrentTime, xGetLastError and xCurrentTimeInt64)
190 vfslogSleep, /* xSleep */
591 return REALVFS(pVfs)->xSleep(REALVFS(pVfs), nMicro);
781 case OS_SLEEP: zEvent = "xSleep"; break;
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c1291 return pVfs->xSleep(pVfs, nMicro);
1583 pVfs->xSleep(pVfs, async.ioDelay*1000);
/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 2728 milliseconds