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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d379 int function (sqlite3_vfs*, int microseconds) xSleep;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1433 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1439 ** The xSleep() method causes the calling thread to sleep for at
1482 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
6408 ** ^SQLite implements this interface by calling the xSleep()
6409 ** method of the default [sqlite3_vfs] object. If the xSleep() method
6419 ** down into the xSleep method of the VFS.
H A Dshell.c8814 apndSleep, /* xSleep */
9234 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro);
H A Dsqlite3.c1746 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1752 ** The xSleep() method causes the calling thread to sleep for at
1795 int (*xSleep)(sqlite3_vfs*, int microseconds); member in struct:sqlite3_vfs
6721 ** ^SQLite implements this interface by calling the xSleep()
6722 ** method of the default [sqlite3_vfs] object. If the xSleep() method
6732 ** down into the xSleep method of the VFS.
[all...]

Completed in 1334 milliseconds