Home
last modified time | relevance | path

Searched refs:EnqueueAll (Results 1 – 20 of 20) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/
H A Dblocked_evals.go206 b.evalBroker.EnqueueAll(map[*structs.Evaluation]string{eval: token})
517 b.evalBroker.EnqueueAll(evals)
593 b.evalBroker.EnqueueAll(unblocked)
636 b.evalBroker.EnqueueAll(unblocked)
H A Deval_broker_test.go1333 b.EnqueueAll(evals)
1368 b.EnqueueAll(map[*structs.Evaluation]string{eval: token})
1425 b.EnqueueAll(map[*structs.Evaluation]string{eval: token})
H A Deval_broker.go197 func (b *EvalBroker) EnqueueAll(evals map[*structs.Evaluation]string) { func
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Dblocked_evals.go192 b.evalBroker.EnqueueAll(map[*structs.Evaluation]string{eval: token})
503 b.evalBroker.EnqueueAll(evals)
581 b.evalBroker.EnqueueAll(unblocked)
627 b.evalBroker.EnqueueAll(unblocked)
H A Deval_broker_test.go1333 b.EnqueueAll(evals)
1368 b.EnqueueAll(map[*structs.Evaluation]string{eval: token})
1425 b.EnqueueAll(map[*structs.Evaluation]string{eval: token})
H A Deval_broker.go197 func (b *EvalBroker) EnqueueAll(evals map[*structs.Evaluation]string) { func
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/
H A Dpacket_handler_map.go36 func (h *zeroRTTQueue) EnqueueAll(sess packetHandler) { func
211 q.EnqueueAll(sess)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/
H A Dpacket_handler_map.go36 func (h *zeroRTTQueue) EnqueueAll(sess packetHandler) { func
211 q.EnqueueAll(sess)
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/
H A Dpacket_handler_map.go36 func (h *zeroRTTQueue) EnqueueAll(sess packetHandler) { func
211 q.EnqueueAll(sess)
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/
H A Dpacket_handler_map.go44 func (h *zeroRTTQueue) EnqueueAll(sess packetHandler) { func
219 q.EnqueueAll(sess)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/
H A Dpacket_handler_map.go36 func (h *zeroRTTQueue) EnqueueAll(sess packetHandler) { func
211 q.EnqueueAll(sess)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/
H A Dpacket_handler_map.go36 func (h *zeroRTTQueue) EnqueueAll(sess packetHandler) { func
211 q.EnqueueAll(sess)
/dports/devel/cquery/cquery-20180718/src/
H A Dthreaded_queue.h104 void EnqueueAll(std::vector<T>&& elements, bool priority) { in EnqueueAll() function
H A Dimport_pipeline.cc298 QueueManager::instance()->do_id_map.EnqueueAll(std::move(result), in TryLoadFromCache()
441 QueueManager::instance()->do_id_map.EnqueueAll(std::move(result), in ParseFile()
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dconstraint_solver.cc316 void EnqueueAll(const SimpleRevFIFO<Demon*>& demons) { in EnqueueAll() function in operations_research::Queue
1645 void Solver::EnqueueAll(const SimpleRevFIFO<Demon*>& demons) { in EnqueueAll() function in operations_research::Solver
1646 queue_->EnqueueAll(demons); in EnqueueAll()
2527 void PropagationBaseObject::EnqueueAll(const SimpleRevFIFO<Demon*>& demons) { in EnqueueAll() function in operations_research::PropagationBaseObject
2528 solver_->EnqueueAll(demons); in EnqueueAll()
H A Dinterval.cc572 EnqueueAll(delayed_bound_demons_); in ProcessDemons()
576 EnqueueAll(delayed_range_demons_); in ProcessDemons()
714 EnqueueAll(delayed_bound_demons_); in Process()
H A Dconstraint_solver.h3024 void EnqueueAll(const SimpleRevFIFO<Demon*>& demons);
3212 void EnqueueAll(const SimpleRevFIFO<Demon*>& demons);
H A Dexpressions.cc2446 EnqueueAll(delayed_bound_demons_); in Process()
2449 EnqueueAll(delayed_range_demons_); in Process()
2451 EnqueueAll(delayed_domain_demons_); in Process()
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/csharp/
H A Dconstraint_solver.i681 %ignore PropagationBaseObject::EnqueueAll;
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/java/
H A Dconstraint_solver.i1298 %ignore PropagationBaseObject::EnqueueAll;