Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/test/
H A Dwin32lock.test93 # primarily due to the AV retry delay being set to 1 millisecond in the
95 # case for the AV retry logic, a failure of this test should probably not
H A Dtkt4018.test63 # Sanity checking. Have [db] release the lock and then retry the
H A Dwalprotocol2.test25 # lock) it should retry up to 100 times. Then return SQLITE_PROTOCOL to the
H A Ddelete2.test84 # retry the delete. The delete should work this time.
H A Dwalprotocol.test33 # lock) it should retry up to 100 times. Then return SQLITE_PROTOCOL to the
H A Dcapi3.test1227 # The error persist on retry when sqlite3_prepare() has been used.
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js205 Atomics.wait(state.sabOPView, state.opIds.retry, 0, ms);
H A Dsqlite3-api-opfs.js307 state.opIds.retry = i++;
/sqlite-3.40.0/src/
H A Dtest1.c7437 int retry = 0; in win32_file_lock() local
7451 while( x.h && retry<30 ){ in win32_file_lock()
7452 retry++; in win32_file_lock()
H A Dsqlite.h.in940 ** retry counts and intervals for certain disk I/O operations for the
942 ** anti-virus programs. By default, the windows VFS will retry file read,
944 ** of 25 milliseconds before the first retry and with the delay increasing
945 ** by an additional 25 milliseconds with each subsequent retry. This
949 ** integers where the first integer is the new retry count and the second
952 ** into the array entry, allowing the current retry settings to be
4805 ** or occurs outside of an explicit transaction, then you can retry the