Home
last modified time | relevance | path

Searched refs:outstanding_calls (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_server_windows.cc65 int outstanding_calls; member
286 port->outstanding_calls++; in start_accept_locked()
382 if (0 == --sp->outstanding_calls) { in on_accept()
433 sp->outstanding_calls = 0; in add_socket_to_server()
/external/grpc-grpc/tools/run_tests/performance/
Dscenario_config.py176 outstanding_calls = outstanding if outstanding is not None else OUTSTANDING_REQUESTS[
180 if outstanding_calls * max(req_size, resp_size) > MAX_MEMORY_USE:
181 outstanding_calls = max(1,
184 deep = int(math.ceil(1.0 * outstanding_calls / wide))