Home
last modified time | relevance | path

Searched refs:connection_pool (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/hosts/
Dfactory.py85 connection_pool = server_utils.get_connection_pool_from_machine(machine)
127 'connection_pool': connection_pool,
Dabstract_ssh.py85 connection_pool=None, argument
134 self._connection_pool = connection_pool
135 if connection_pool:
136 self._main_ssh = connection_pool.get(hostname, user, port)
/external/elfutils/debuginfod/
Ddebuginfod.cxx476 static int connection_pool = 0; variable
627 connection_pool = atoi(arg); in parse_opt()
628 if (connection_pool < 2) in parse_opt()
4534 if (connection_pool == 0) in main()
4535 connection_pool = default_concurrency(); in main()
4564 (int)connection_pool, in main()
4577 (connection_pool in main()
4580 (connection_pool in main()
4581 ? (int)connection_pool in main()
4636 obatched(clog) << "webapi connection pool " << connection_pool in main()
[all …]
DChangeLog171 update connection_pool since it will be done at a later point.
172 (main): Use auto-sized connection_pool if '-C' isn't given with an
310 * debuginfod.cxx (connection_pool): New global.
/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_network_io.h347 apr_pool_t *connection_pool);
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_network_io.h347 apr_pool_t *connection_pool);