Home
last modified time | relevance | path

Searched defs:PriorityQueue (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/dports/www/tusd/tusd-1.8.0/vendor/github.com/vimeo/go-util/util/
H A Dpriorityqueue.go10 type PriorityQueue struct { struct
11 queues []*Queue
12 waiting []int
13 max int
14 waitLimit int
15 top int
16 total int
17 mutex sync.Mutex
214 func (this *PriorityQueue) Len() int {
238 func (this *PriorityQueue) Clear() {
[all …]
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/state/
H A DQuicPriorityQueue.h45 struct PriorityQueue { struct
53 PriorityQueue() { in PriorityQueue() function
86 DCHECK(res.second) << "PriorityQueue inconsistentent: stream=" << id argument
111 void erase(StreamId id) { in erase()
117 void clear() { in clear()
125 FOLLY_NODISCARD size_t count(StreamId id) const { in count()
129 FOLLY_NODISCARD bool empty() const { in empty()
134 void setNextScheduledStream(StreamId id) { in setNextScheduledStream()
146 auto& level = levels[priority2index(pri, levels.size())];
173 << " not found in PriorityQueue level=" << id; in eraseFromLevel() argument
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/jmespath/go-jmespath/go-jmespath-bd40a432e4c7/
H A Dparser_test.go74 ASTField {
75 value: "c"
81 func TestPrettyPrintedAST(t *testing.T) {
84 parsed, _ := parser.Parse("foo[*].bar.baz.qux")
90 parser := NewParser()
95 func BenchmarkParseIdentifier(b *testing.B) {
103 func BenchmarkParseDeeplyNested50(b *testing.B) {
115 func BenchmarkParseQuotedIdentifier(b *testing.B) {
131 func runParseBenchmark(b *testing.B, expression string) {
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/boost_include/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/heap/
H A Dheap_concepts.hpp19 struct PriorityQueue: struct
22 typedef typename C::iterator iterator;
23 typedef typename C::const_iterator const_iterator;
25 typedef typename C::value_compare value_compare;
26 typedef typename C::value_type value_type;
30 BOOST_CONCEPT_USAGE(PriorityQueue) in BOOST_CONCEPT_USAGE()
58 C c, c2;
59 allocator_type a;
60 typename C::value_type v;
61 value_compare cmp;
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/util/
H A Dpriority_queue.go11 type PriorityQueue struct { struct
12 lock sync.Mutex
13 cond *sync.Cond
14 closing bool
15 closed bool
16 hit map[string]struct{}
17 queue queue
18 lengthGauge prometheus.Gauge
59 func (pq *PriorityQueue) Length() int {
67 func (pq *PriorityQueue) Close() {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/util/
H A Dpriority_queue.go11 type PriorityQueue struct { struct
12 lock sync.Mutex
13 cond *sync.Cond
14 closing bool
15 closed bool
16 hit map[string]struct{}
17 queue queue
18 lengthGauge prometheus.Gauge
59 func (pq *PriorityQueue) Length() int {
67 func (pq *PriorityQueue) Close() {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/scheduler/internal/queue/
H A Dscheduling_queue.go130 type PriorityQueue struct { struct
132 framework.PodNominator
134 stop chan struct{}
135 clock util.Clock
142 lock sync.RWMutex
143 cond sync.Cond
147 activeQ *heap.Heap
150 podBackoffQ *heap.Heap
155 schedulingCycle int64
160 moveRequestCycle int64
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/priority-queue-1.0.0/src/
H A Dpqueue.rs61 pub struct PriorityQueue<I, P, H> argument
74 impl<I, P, H> Eq for PriorityQueue<I, P, H> argument
94 impl<I, P> PriorityQueue<I, P> implementation
110 impl<I, P, H> PriorityQueue<I, P, H> implementation
127 impl<I, P, H> PriorityQueue<I, P, H> implementation
161 impl<I, P, H> PriorityQueue<I, P, H> impl
221 impl<I, P, H> PriorityQueue<I, P, H> impl
245 impl<I, P, H> PriorityQueue<I, P, H> impl
273 impl<I, P, H> PriorityQueue<I, P, H> impl
564 impl<I, P, H> PriorityQueue<I, P, H> implementation
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/contrib/recipes/
H A Dpriority_queue.go26 type PriorityQueue struct { struct
27 client *v3.Client
28 ctx context.Context
29 key string
38 func (q *PriorityQueue) Enqueue(val string, pr uint16) error {
46 func (q *PriorityQueue) Dequeue() (string, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/contrib/recipes/
H A Dpriority_queue.go26 type PriorityQueue struct { struct
27 client *v3.Client
28 ctx context.Context
29 key string
38 func (q *PriorityQueue) Enqueue(val string, pr uint16) error {
46 func (q *PriorityQueue) Dequeue() (string, error) {

12345678910>>...19