Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc53 typedef struct thread_args { struct
56 int (*read_bytes)(struct thread_args* args, char* buf); argument
57 int (*write_bytes)(struct thread_args* args, char* buf); argument
58 int (*setup)(struct thread_args* args); argument
61 } thread_args; argument