Home
last modified time | relevance | path

Searched defs:maxOutstanding (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
H A DLoadClient.java327 final Semaphore maxOutstanding = new Semaphore(config.getOutstandingRpcsPerChannel()); field in LoadClient.AsyncUnaryWorker
371 final Semaphore maxOutstanding = new Semaphore(config.getOutstandingRpcsPerChannel()); field in LoadClient.AsyncPingPongWorker
447 final Semaphore maxOutstanding = new Semaphore(config.getOutstandingRpcsPerChannel()); field in LoadClient.GenericAsyncUnaryWorker
494 final Semaphore maxOutstanding = new Semaphore(config.getOutstandingRpcsPerChannel()); field in LoadClient.GenericAsyncPingPongWorker
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/GoldfishAddressSpace/
H A DAddressSpaceStream.cpp506 uint32_t maxOutstanding = 1; in type1Write() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/
H A DChannelPool.java422 private final AtomicInteger maxOutstanding = new AtomicInteger(); field in ChannelPool.Entry