Home
last modified time | relevance | path

Searched refs:num_clients (Results 1 – 18 of 18) sorted by relevance

/third_party/grpc/test/cpp/qps/
Djson_run_localhost_scenarios.bzl3num_clients": 0}]}\'', "cpp_protobuf_sync_streaming_from_client_qps_unconstrained_secure": '\'{\'s…
Dqps_json_driver_scenarios.bzl3num_clients": 0}]}\'', "cpp_protobuf_sync_streaming_qps_unconstrained_1mps_insecure": '\'{\'scenar…
Ddriver.cc359 const ClientConfig& initial_client_config, size_t num_clients, in RunScenario() argument
417 if (num_clients <= 0) { in RunScenario()
418 num_clients = workers.size() - num_servers; in RunScenario()
424 GPR_ASSERT(workers.size() >= num_clients + num_servers); in RunScenario()
427 workers.resize(num_clients + num_servers); in RunScenario()
488 std::vector<ClientData> clients(num_clients); in RunScenario()
490 for (size_t i = 0; i < num_clients; i++) { in RunScenario()
514 (num_clients - i); in RunScenario()
529 for (size_t i = 0; i < num_clients; i++) { in RunScenario()
546 for (size_t i = 0; i < num_clients; i++) { in RunScenario()
[all …]
Ddriver.h31 const grpc::testing::ClientConfig& client_config, size_t num_clients,
Dqps_json_driver.cc128 RunScenario(scenario.client_config(), scenario.num_clients(), in RunAndReport()
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dshmpipe.c121 int num_clients; member
140 int num_clients; member
589 if (self->num_clients == 0) in sp_writer_send_buf()
605 sb = spalloc_alloc (sizeof (ShmBuffer) + sizeof (int) * self->num_clients); in sp_writer_send_buf()
607 memset (sb->clients, -1, sizeof (int) * self->num_clients); in sp_writer_send_buf()
611 sb->num_clients = self->num_clients; in sp_writer_send_buf()
626 spalloc_free1 (sizeof (ShmBuffer) + sizeof (int) * sb->num_clients, sb); in sp_writer_send_buf()
842 self->num_clients++; in sp_writer_accept_client()
864 for (i = 0; i < buf->num_clients; i++) { in sp_shmbuf_dec()
886 spalloc_free1 (sizeof (ShmBuffer) + sizeof (int) * buf->num_clients, buf); in sp_shmbuf_dec()
[all …]
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DScenario.php35 protected $num_clients = 0; variable in Grpc\\Testing\\Scenario
156 return $this->num_clients;
169 $this->num_clients = $var;
/third_party/wayland_standard/tests/
Dcompositor-introspection-test.c66 int num_clients = 0; in check_client_list() local
70 num_clients++; in check_client_list()
73 assert(num_clients == 1); in check_client_list()
/third_party/libuv/test/
Dbenchmark-multi-accept.c362 static int test_tcp(unsigned int num_servers, unsigned int num_clients) { in test_tcp() argument
374 clients = calloc(num_clients, sizeof(clients[0])); in test_tcp()
390 for (i = 0; i < num_clients; i++) { in test_tcp()
392 ctx->num_connects = NUM_CONNECTS / num_clients; in test_tcp()
/third_party/lwip/test/sockets/
Dsockets_stresstest.c586 int num_clients, num_servers = 0; in sockets_stresstest_listener() local
602 num_clients = sockets_stresstest_start_clients(&addr); in sockets_stresstest_listener()
604 while (num_servers < num_clients) { in sockets_stresstest_listener()
621 … | LWIP_DBG_STATE, ("sockets_stresstest_listener: all %d connections established\n", num_clients)); in sockets_stresstest_listener()
/third_party/grpc/tools/run_tests/performance/
Dscenario_config.py130 num_clients=None, argument
191 …'num_clients'] = num_clients if num_clients is not None else 0 # use as many clients as available.
255 num_clients=1,
269 num_clients=1,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_parse.c655 cli = &info->client[info->num_clients]; in p2p_group_info_parse()
697 info->num_clients++; in p2p_group_info_parse()
698 if (info->num_clients == P2P_MAX_GROUP_ENTRIES) in p2p_group_info_parse()
717 for (i = 0; i < info.num_clients; i++) { in p2p_group_info_text()
Dp2p_i.h665 unsigned int num_clients; member
Dp2p.c492 for (c = 0; c < info.num_clients; c++) { in p2p_add_group_clients()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_parse.c655 cli = &info->client[info->num_clients]; in p2p_group_info_parse()
697 info->num_clients++; in p2p_group_info_parse()
698 if (info->num_clients == P2P_MAX_GROUP_ENTRIES) in p2p_group_info_parse()
717 for (i = 0; i < info.num_clients; i++) { in p2p_group_info_text()
Dp2p_i.h662 unsigned int num_clients; member
Dp2p.c490 for (c = 0; c < info.num_clients; c++) { in p2p_add_group_clients()
/third_party/grpc/src/proto/grpc/testing/
Dcontrol.proto207 int32 num_clients = 3; field