Searched refs:wait (Results 1 – 22 of 22) sorted by relevance
| /sqlite-3.40.0/mptest/ |
| H A D | config02.test | 42 --wait all 65 --wait all 88 --wait all 111 --wait all 118 --wait all
|
| H A D | config01.test | 24 --wait all 44 --wait all
|
| H A D | multiwrite01.test | 161 --wait all 223 --wait all 260 --wait all 312 --wait all 353 --wait all 415 --wait all
|
| H A D | crash01.test | 33 --wait 1 95 --wait all
|
| H A D | crash02.subtest | 53 --wait all
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-opfs.js | 141 w += m.wait; 143 m.avgWait = (m.count && m.wait) ? (m.wait / m.count) : 0; 154 const r = (m)=>(m.count = m.time = m.wait = 0); 364 Atomics.wait(state.sabOPView, state.opIds.rc, -1) 368 metrics[op].wait += performance.now() - t; 884 Atomics.wait(state.sabOPView, state.opIds.xSleep, 0, ms);
|
| H A D | sqlite3-opfs-async-proxy.js | 72 const r = (m)=>(m.count = m.time = m.wait = 0); 88 w += m.wait; 205 Atomics.wait(state.sabOPView, state.opIds.retry, 0, ms); 311 metrics[__wTimer.op].wait += performance.now() - __wTimer.start 754 if('timed-out'===Atomics.wait(
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle.js | 667 const debounce = function f(func, wait, immediate) { argument 669 if(!wait) wait = f.$defaultDelay; 678 timeout = setTimeout(later, wait);
|
| /sqlite-3.40.0/test/ |
| H A D | walblock.test | 77 # 4. Still in xShmBarrier(), wait for 5 seconds. Check that the other 80 # 5: Finish committing the transaction. Then wait for 0.5 seconds more.
|
| H A D | notify1.test | 106 # 3. Have [db2] wait on the read-lock it failed to obtain in step 2. 108 # 5. Try to have [db] wait on the lock from step 4. Fails, as the system 110 # operation would have [db] wait on [db2]).
|
| H A D | fts3prefix.test | 152 INSERT INTO t2 VALUES('Saint-Valery-sur-Somme and again wait for the wind'); 163 INSERT INTO t2 VALUES('Saint-Valery-sur-Somme and again wait for the wind');
|
| H A D | superlock.test | 36 # correctly to wait for existing clients to clear on a WAL database.
|
| H A D | notify2.test | 201 # Launch $nThread threads. Then wait for them to finish.
|
| H A D | walthread.test | 39 # command uses [vwait] to wait until it is set, then returns the value.
|
| H A D | e_walckpt.test | 433 # writer are still active - so the checkpointer did not wait for either
|
| H A D | attach.test | 579 # the first query of the UNION ALL. If we wait to test the validity of
|
| H A D | fts1porter.test | 22688 wait wait 22689 waited wait 22692 waiting wait 22693 waits wait
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | test-opfs-vfs.js | 34 const wait = async (ms)=>{ function
|
| /sqlite-3.40.0/ext/async/ |
| H A D | README.txt | 35 a database write does not have to wait for (sometimes slow) disk I/O
|
| /sqlite-3.40.0/src/ |
| H A D | os_unix.c | 7130 extern int gethostuuid(uuid_t id, const struct timespec *wait);
|
| H A D | sqlite.h.in | 9461 #define SQLITE_CHECKPOINT_RESTART 2 /* Like FULL but wait for readers */
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 11352 wait wait waited wait 11354 waiting wait waits wait
|