HomeSort by: relevance | last modified time | path
    Searched refs:xSleep (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 1481 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1487 ** The xSleep() method causes the calling thread to sleep for at
1530 int (*xSleep)(sqlite3_vfs*, int microseconds);
6796 ** ^SQLite implements this interface by calling the xSleep()
6797 ** method of the default [sqlite3_vfs] object. If the xSleep() method
6807 ** down into the xSleep method of the VFS.
shell.c 11646 apndSleep, /* xSleep */
12066 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro);
19246 vfstrace_printf(pInfo, "%s.xSleep(%d)\n", pInfo->zVfsName, nMicro);
19247 return pRoot->xSleep(pRoot, nMicro);
19360 pNew->xSleep = vfstraceSleep;
    [all...]
sqlite3.c 1802 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1808 ** The xSleep() method causes the calling thread to sleep for at
1851 int (*xSleep)(sqlite3_vfs*, int microseconds);
7117 ** ^SQLite implements this interface by calling the xSleep()
7118 ** method of the default [sqlite3_vfs] object. If the xSleep() method
7128 ** down into the xSleep method of the VFS.
    [all...]

Completed in 141 milliseconds