Searched defs:grpc_timer (Results 1 – 4 of 4) sorted by relevance
27 struct grpc_timer { struct31 struct grpc_timer* next; argument32 struct grpc_timer* prev; argument35 struct grpc_timer* hash_table_next; argument
30 typedef struct grpc_timer { struct34 struct grpc_timer* next; argument35 struct grpc_timer* prev; argument38 struct grpc_timer* hash_table_next; argument43 } grpc_timer; argument
30 typedef struct grpc_timer { struct35 struct grpc_timer* next; argument36 struct grpc_timer* prev; argument39 struct grpc_timer* hash_table_next; argument44 } grpc_timer; typedef