| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-opfs.js | 296 state.opIds.xSleep = i++; 883 vfsSyncWrappers.xSleep = function(pVfs,ms){ 884 Atomics.wait(state.sabOPView, state.opIds.xSleep, 0, ms); 1219 if(vfsSyncWrappers.xSleep){ 1221 vfsSyncWrappers.xSleep(opfsVfs.pointer,2000);
|
| H A D | sqlite3-wasm.c | 734 M(xSleep,"i(pi)"); in sqlite3_wasm_enum_json()
|
| /sqlite-3.40.0/test/ |
| H A D | dbfuzz.c | 411 inmemVfs.xSleep = pDefault->xSleep; in inmemVfsRegister()
|
| H A D | walprotocol.test | 82 puts "# Warning: This next test case causes SQLite to call xSleep(1) 100 times."
|
| H A D | fuzzcheck.c | 1546 inmemVfs.xSleep = pDefault->xSleep; in inmemVfsRegister()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm.h | 87 int (*xSleep)(lsm_env*, int microseconds); member
|
| H A D | lsm_file.c | 459 pEnv->xSleep(pEnv, nUs); in lsmEnvSleep()
|
| /sqlite-3.40.0/src/ |
| H A D | test_vfstrace.c | 772 return pRoot->xSleep(pRoot, nMicro); in vfstraceSleep() 869 pNew->xSleep = vfstraceSleep; in vfstrace_register()
|
| H A D | os.c | 285 return pVfs->xSleep(pVfs, nMicro); in sqlite3OsSleep()
|
| H A D | test_multiplex.c | 678 return gMultiplex.pOrigVfs->xSleep(gMultiplex.pOrigVfs, b); in multiplexSleep() 1170 gMultiplex.sThisVfs.xSleep = multiplexSleep; in sqlite3_multiplex_initialize()
|
| H A D | memdb.c | 668 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in memdbSleep()
|
| H A D | test_onefile.c | 805 return pParent->xSleep(pParent, nMicro); in fsSleep()
|
| H A D | test6.c | 709 return pVfs->xSleep(pVfs, nMicro); in cfSleep()
|
| H A D | test_osinst.c | 600 return REALVFS(pVfs)->xSleep(REALVFS(pVfs), nMicro); in vfslogSleep()
|
| H A D | sqlite.h.in | 1425 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64() 1431 ** The xSleep() method causes the calling thread to sleep for at 1474 int (*xSleep)(sqlite3_vfs*, int microseconds); member 6150 ** ^SQLite implements this interface by calling the xSleep() 6151 ** method of the default [sqlite3_vfs] object. If the xSleep() method
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | memvfs.c | 426 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in memSleep()
|
| H A D | appendvfs.c | 613 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()
|
| H A D | vfsstat.c | 556 return REALVFS(pVfs)->xSleep(REALVFS(pVfs), nMicro); in vstatSleep()
|
| H A D | cksumvfs.c | 758 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in cksmSleep()
|
| H A D | vfslog.c | 735 return REALVFS(pVfs)->xSleep(REALVFS(pVfs), nMicro); in vlogSleep()
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb3.c | 383 return pRealEnv->xSleep(pRealEnv, us); in testEnvSleep() 1001 pDb->env.xSleep = testEnvSleep; in testLsmOpen()
|
| /sqlite-3.40.0/ext/async/ |
| H A D | sqlite3async.c | 1294 return pVfs->xSleep(pVfs, nMicro); in asyncSleep() 1587 pVfs->xSleep(pVfs, async.ioDelay*1000); in asyncWriterThread()
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 5244 return pRealVfs->xSleep(pRealVfs, nMicro); in rbuVfsSleep()
|