Home
last modified time | relevance | path

Searched defs:RoundRobin (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/net/traefik/traefik-2.6.1/vendor/github.com/vulcand/oxy/roundrobin/
H A Drr.go50 type RoundRobin struct { struct
51 mutex *sync.Mutex
52 next http.Handler
53 errHandler utils.ErrorHandler
55 index int
56 servers []*server
57 currentWeight int
58 stickySession *StickySession
61 log *log.Logger
266 func (r *RoundRobin) resetIterator() {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/gocql/gocql/
H A Dtopology.go17 type RoundRobin struct { struct
18 pool []Node
19 pos uint32
20 mu sync.RWMutex
27 func (r *RoundRobin) AddNode(node Node) {
33 func (r *RoundRobin) RemoveNode(node Node) {
46 func (r *RoundRobin) Size() int {
53 func (r *RoundRobin) Pick(qry *Query) *Conn {
67 func (r *RoundRobin) Close() {
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_yield.cpp31 struct RoundRobin: NoAssign { struct
33 RoundRobin( long p ) : number_of_threads(p) {} in RoundRobin() argument
34 void operator()( long k ) const { in operator ()()
H A Dtest_malloc_compliance.cpp231 struct RoundRobin: NoAssign { struct
235 RoundRobin( long p, Harness::SpinBarrier *limitBarrier, bool verbose ) : in RoundRobin() argument
237 void operator()( int /*id*/ ) const in operator ()()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_yield.cpp31 struct RoundRobin: NoAssign { struct
33 RoundRobin( long p ) : number_of_threads(p) {} in RoundRobin() argument
34 void operator()( long k ) const { in operator ()()
H A Dtest_malloc_compliance.cpp231 struct RoundRobin: NoAssign { struct
235 RoundRobin( long p, Harness::SpinBarrier *limitBarrier, bool verbose ) : in RoundRobin() argument
237 void operator()( int /*id*/ ) const in operator ()()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_yield.cpp31 struct RoundRobin: NoAssign { struct
33 RoundRobin( long p ) : number_of_threads(p) {} in RoundRobin() argument
34 void operator()( long k ) const { in operator ()()
H A Dtest_malloc_compliance.cpp231 struct RoundRobin: NoAssign { struct
235 RoundRobin( long p, Harness::SpinBarrier *limitBarrier, bool verbose ) : in RoundRobin() argument
237 void operator()( int /*id*/ ) const in operator ()()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_stream/
H A Dthread_arbitration_policy.h16 RoundRobin = 0x1u, enumerator
/dports/math/pdal/PDAL-2.3.0/filters/
H A DDividerFilter.hpp56 RoundRobin enumerator
/dports/devel/libe/e-releases-0.11.0/test/
H A Dnonblocking_bounded_fifo.cc40 TEST(NonblockingBoundedFifo, RoundRobin) in TEST() argument
/dports/net/pichi/pichi-1.4.0/src/api/
H A Dbalancer.cpp31 template <typename Offset> class RoundRobin : public BalanceSelector<Offset> { class
33 RoundRobin(Offset capacity) : current_{0}, capacity_{capacity} {} in RoundRobin() function in pichi::api::detail::RoundRobin
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp225 struct RoundRobin: utils::NoAssign { struct
229 RoundRobin( long p, utils::SpinBarrier *limitBarrier, bool verbose ) : in RoundRobin() argument
231 void operator()( int /*id*/ ) const in operator ()()
/dports/devel/grpc/grpc-1.42.0/src/core/ext/filters/client_channel/lb_policy/round_robin/
H A Dround_robin.cc58 class RoundRobin : public LoadBalancingPolicy { class
223 RoundRobin::RoundRobin(Args args) : LoadBalancingPolicy(std::move(args)) { in RoundRobin() function in grpc_core::__anon0f6e2a1d0111::RoundRobin
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/filters/client_channel/lb_policy/round_robin/
H A Dround_robin.cc58 class RoundRobin : public LoadBalancingPolicy { class
222 RoundRobin::RoundRobin(Args args) : LoadBalancingPolicy(std::move(args)) { in RoundRobin() function in grpc_core::__anon27e5ee1e0111::RoundRobin
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/filters/client_channel/lb_policy/round_robin/
H A Dround_robin.cc58 class RoundRobin : public LoadBalancingPolicy { class
223 RoundRobin::RoundRobin(Args args) : LoadBalancingPolicy(std::move(args)) { in RoundRobin() function in grpc_core::__anon69a712ce0111::RoundRobin
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/filters/client_channel/lb_policy/round_robin/
H A Dround_robin.cc58 class RoundRobin : public LoadBalancingPolicy { class
223 RoundRobin::RoundRobin(Args args) : LoadBalancingPolicy(std::move(args)) { in RoundRobin() function in grpc_core::__anonf3db6d040111::RoundRobin
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/filters/client_channel/lb_policy/round_robin/
H A Dround_robin.cc58 class RoundRobin : public LoadBalancingPolicy { class
226 RoundRobin::RoundRobin(Args args) : LoadBalancingPolicy(std::move(args)) { in RoundRobin() function in grpc_core::__anon5b045e970111::RoundRobin
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/client_channel/lb_policy/round_robin/
H A Dround_robin.cc57 class RoundRobin : public LoadBalancingPolicy { class
225 RoundRobin::RoundRobin(Args args) : LoadBalancingPolicy(std::move(args)) { in RoundRobin() function in grpc_core::__anon340c97b00111::RoundRobin
/dports/security/lego/lego-4.5.3/providers/dns/constellix/internal/
H A Dmodel.go55 RoundRobin []RecordValue `json:"roundRobin,omitempty"` member
80 RoundRobin []RecordValue `json:"roundRobin,omitempty"` member
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/providers/dns/constellix/internal/
H A Dmodel.go55 RoundRobin []RecordValue `json:"roundRobin,omitempty"` member
80 RoundRobin []RecordValue `json:"roundRobin,omitempty"` member
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/constellix/internal/
H A Dmodel.go55 RoundRobin []RecordValue `json:"roundRobin,omitempty"` member
80 RoundRobin []RecordValue `json:"roundRobin,omitempty"` member
/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/processcore/
H A Dprocess.h26 …enum Scheduler { Other = 0, Fifo, RoundRobin, Batch, SchedulerIdle, Interactive }; ///< Interactiv… enumerator
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/check/
H A Dinteractive.go38 RoundRobin string `survey:"round-robin"` member
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/grpc/
H A Dbalancer.go124 func RoundRobin(r naming.Resolver) Balancer { func

12345678910