Searched refs:queue (Results 1 – 4 of 4) sorted by relevance
87 # 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 the101 # 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 a192 # queue.196 # the priority queue using the score supplied by the callback.210 # returned to the priority queue. Otherwise it is discarded.[all …]
57 written directly to disk, but is placed in the "write-queue" to be62 disk and the write-queue, so that from the point of view of77 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 means108 is not released until the relevant part of the write-queue 110 by a BEGIN before the write-queue is flushed through, the database
55 queue: [], property58 this.queue.push(callback);62 return this.queue.shift();
46 # 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