Home
last modified time | relevance | path

Searched refs:xSleep (Results 1 – 23 of 23) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js296 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 Dsqlite3-wasm.c734 M(xSleep,"i(pi)"); in sqlite3_wasm_enum_json()
/sqlite-3.40.0/test/
H A Ddbfuzz.c411 inmemVfs.xSleep = pDefault->xSleep; in inmemVfsRegister()
H A Dwalprotocol.test82 puts "# Warning: This next test case causes SQLite to call xSleep(1) 100 times."
H A Dfuzzcheck.c1546 inmemVfs.xSleep = pDefault->xSleep; in inmemVfsRegister()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm.h87 int (*xSleep)(lsm_env*, int microseconds); member
H A Dlsm_file.c459 pEnv->xSleep(pEnv, nUs); in lsmEnvSleep()
/sqlite-3.40.0/src/
H A Dtest_vfstrace.c772 return pRoot->xSleep(pRoot, nMicro); in vfstraceSleep()
869 pNew->xSleep = vfstraceSleep; in vfstrace_register()
H A Dos.c285 return pVfs->xSleep(pVfs, nMicro); in sqlite3OsSleep()
H A Dtest_multiplex.c678 return gMultiplex.pOrigVfs->xSleep(gMultiplex.pOrigVfs, b); in multiplexSleep()
1170 gMultiplex.sThisVfs.xSleep = multiplexSleep; in sqlite3_multiplex_initialize()
H A Dmemdb.c668 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in memdbSleep()
H A Dtest_onefile.c805 return pParent->xSleep(pParent, nMicro); in fsSleep()
H A Dtest6.c709 return pVfs->xSleep(pVfs, nMicro); in cfSleep()
H A Dtest_osinst.c600 return REALVFS(pVfs)->xSleep(REALVFS(pVfs), nMicro); in vfslogSleep()
H A Dsqlite.h.in1425 ** 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 Dmemvfs.c426 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in memSleep()
H A Dappendvfs.c613 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()
H A Dvfsstat.c556 return REALVFS(pVfs)->xSleep(REALVFS(pVfs), nMicro); in vstatSleep()
H A Dcksumvfs.c758 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in cksmSleep()
H A Dvfslog.c735 return REALVFS(pVfs)->xSleep(REALVFS(pVfs), nMicro); in vlogSleep()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb3.c383 return pRealEnv->xSleep(pRealEnv, us); in testEnvSleep()
1001 pDb->env.xSleep = testEnvSleep; in testLsmOpen()
/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c1294 return pVfs->xSleep(pVfs, nMicro); in asyncSleep()
1587 pVfs->xSleep(pVfs, async.ioDelay*1000); in asyncWriterThread()
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c5244 return pRealVfs->xSleep(pRealVfs, nMicro); in rbuVfsSleep()