Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 9 of 9) 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
90 # priority value for the entry (a real). Following this is a list of
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
196 # the priority queue using the score supplied by the callback.
210 # returned to the priority queue. Otherwise it is discarded.
[all …]
H A DrtreeE.test131 # Run query that have very deep priority queues
/sqlite-3.40.0/doc/
H A Dwal-lock.md11 facilitates transfer of OS priority between processes when a high priority
12 process is blocked by a lower priority one.
43 opener may therefore block on and transfer priority to a checkpointer in some
/sqlite-3.40.0/tool/
H A Dmkkeywordhash.c39 int priority; /* Put higher priorities earlier in the hash chain */ member
385 if( aKeywordTable[i].priority >= aKeywordTable[j].priority ) return; in reorder()
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js726 ? ((priority,e)=>{
727 if(priority<=state.asyncS11nExceptions){
/sqlite-3.40.0/test/
H A Dfuzz-oss1.test631 INTEGER, "ncal:summaryAltRep:graph" INTEGER, "ncal:priority" INTEGER,
632 "ncal:priority:graph" INTEGER, "ncal:location" TEXT COLLATE NOCASE,
1427 "scal:isAllDay:graph" INTEGER, "scal:priority" INTEGER,
1428 "scal:priority:graph" INTEGER, "scal:rdate" INTEGER,
H A Dfts1porter.test15874 priority prioriti
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5porter.test7945 priority prioriti priory priori
/sqlite-3.40.0/src/
H A Dsqlite.h.in1094 ** circumstances in order to fix a problem with priority inversion.