Searched refs:callsPerChannel (Results 1 – 1 of 1) sorted by relevance
391 protected void startUnaryCalls(int callsPerChannel, in startUnaryCalls() argument396 for (int i = 0; i < callsPerChannel; i++) { in startUnaryCalls()427 protected CountDownLatch startStreamingCalls(int callsPerChannel, final AtomicLong counter, in startStreamingCalls() argument429 final CountDownLatch latch = new CountDownLatch(callsPerChannel * channels.length); in startStreamingCalls()431 for (int i = 0; i < callsPerChannel; i++) { in startStreamingCalls()480 protected CountDownLatch startFlowControlledStreamingCalls(int callsPerChannel, in startFlowControlledStreamingCalls() argument483 final CountDownLatch latch = new CountDownLatch(callsPerChannel * channels.length); in startFlowControlledStreamingCalls()485 for (int i = 0; i < callsPerChannel; i++) { in startFlowControlledStreamingCalls()