Home
last modified time | relevance | path

Searched refs:queue (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/rtree/
H A Drtreedoc3.test87 # The priority queue is stored as a Tcl list. The order of elements in
89 # in the priority queue is itself a list. The first element is the
101 # the root node the only entry in a priority queue sorted by rScore.
112 error "priority queue is empty!"
115 # Find the priority queue entry with the lowest score.
131 # from the priority queue that has the lowest score.
164 # EVIDENCE-OF: R-65127-42665 If the extracted priority queue entry is a
192 # queue.
196 # the priority queue using the score supplied by the callback.
210 # returned to the priority queue. Otherwise it is discarded.
[all …]
/sqlite-3.40.0/ext/async/
H A DREADME.txt57 written directly to disk, but is placed in the "write-queue" to be
62 disk and the write-queue, so that from the point of view of
77 thread, the queue of pending write operations will grow without bound.
80 pending writes and stop accepting new write requests when the queue of
99 in the write-queue have been flushed to disk. This means
108 is not released until the relevant part of the write-queue
110 by a BEGIN before the write-queue is flushed through, the database
/sqlite-3.40.0/ext/wasm/
H A Ddemo-worker1.js55 queue: [], property
58 this.queue.push(callback);
62 return this.queue.shift();
/sqlite-3.40.0/test/
H A Dasync.test46 # This proc flushes the contents of the async-IO queue through to the
77 # Flush the write-queue and disable asynchronous IO. This should ensure