Home
last modified time | relevance | path

Searched refs:completed (Results 1 – 12 of 12) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest7.c67 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 Dtest4.c45 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 Dsqlite.h.in2537 ** 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 DF2FS.txt72 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 DREADME.txt44 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 Dfts5fault3.test26 # An OOM while resuming a partially completed segment merge.
/sqlite-3.40.0/ext/rbu/
H A Drbu11.test117 # "all steps completed").
/sqlite-3.40.0/test/
H A Dbackup_ioerr.test268 # The backup was successfully completed.
H A Dfts4growth.test339 # are completed.
H A De_changes.test30 # recently completed INSERT, DELETE, or UPDATE statement, exclusive of
H A Dfuzz-oss1.test611 "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 DINSTALL74 root privileges, verifies that the installation completed