Searched refs:completed (Results 1 – 12 of 12) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test7.c | 67 volatile int completed; /* Number of operations completed */ member 107 p->completed = 1; in client_main() 108 while( p->opnum<=p->completed ) sched_yield(); in client_main() 115 p->completed++; in client_main() 116 while( p->opnum<=p->completed ) sched_yield(); in client_main() 130 p->completed++; in client_main() 181 threadset[i].completed = 0; in tcl_client_create() 201 while( p->opnum>p->completed ) sched_yield(); in client_wait()
|
| H A D | test4.c | 45 int completed; /* Number of operations completed */ member 85 p->completed = 1; in test_thread_main() 86 while( p->opnum<=p->completed ) sched_yield(); in test_thread_main() 95 p->completed++; in test_thread_main() 96 while( p->opnum<=p->completed ) sched_yield(); in test_thread_main() 112 p->completed++; in test_thread_main() 163 threadset[i].completed = 0; in tcl_thread_create() 180 while( p->opnum>p->completed ) sched_yield(); in test_thread_wait()
|
| H A D | sqlite.h.in | 2537 ** deleted by the most recently completed INSERT, UPDATE or DELETE 2599 ** deleted by all [INSERT], [UPDATE] or [DELETE] statements completed 3898 ** all calls to the interfaces listed here are completed. 5157 ** completed execution. 8994 ** sqlite3_backup_step() completed.
|
| /sqlite-3.40.0/doc/ |
| H A D | F2FS.txt | 72 completed, then following a reboot the database file is in the 79 completed then the file is automatically restored to the state that
|
| /sqlite-3.40.0/ext/async/ |
| H A D | README.txt | 44 write but before the asynchronous write thread has completed, then the 63 the vfs reader the xWrite() appears to have already completed.
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5fault3.test | 26 # An OOM while resuming a partially completed segment merge.
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbu11.test | 117 # "all steps completed").
|
| /sqlite-3.40.0/test/ |
| H A D | backup_ioerr.test | 268 # The backup was successfully completed.
|
| H A D | fts4growth.test | 339 # are completed.
|
| H A D | e_changes.test | 30 # recently completed INSERT, DELETE, or UPDATE statement, exclusive of
|
| H A D | fuzz-oss1.test | 611 "ncal:completed" INTEGER, "ncal:completed:graph" INTEGER, 612 "ncal:completed:localDate" INTEGER, "ncal:completed:localTime" 1463 INTEGER, "scal:due:graph" INTEGER, "scal:completed" INTEGER, 1464 "scal:completed:graph" INTEGER, "scal:percentComplete" INTEGER,
|
| /sqlite-3.40.0/autoconf/ |
| H A D | INSTALL | 74 root privileges, verifies that the installation completed
|