Home
last modified time | relevance | path

Searched defs:workerClient (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/fuzz/
Dworker.go938 type workerClient struct { struct
939 workerComm
940 m *mutator
947 mu sync.Mutex
957 func (wc *workerClient) Close() error {
988 …tryIn CorpusEntry, args minimizeArgs) (entryOut CorpusEntry, resp minimizeResponse, retErr error) {
1074 …sEntry, args fuzzArgs) (entryOut CorpusEntry, resp fuzzResponse, isInternalError bool, err error) {
1142 func (wc *workerClient) ping(ctx context.Context) error {
1152 func (wc *workerClient) callLocked(ctx context.Context, c call, resp any) (err error) {
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
H A DLoadWorker.java127 private LoadClient workerClient; field in LoadWorker.WorkerServiceImpl