Searched defs:grpc_timer (Results 1 – 2 of 2) 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; typedef