Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_generic.h27 struct grpc_timer { struct
31 struct grpc_timer* next; argument
32 struct grpc_timer* prev; argument
35 struct grpc_timer* hash_table_next; argument
Dtimer.h30 typedef struct grpc_timer { struct
34 struct grpc_timer* next; argument
35 struct grpc_timer* prev; argument
38 struct grpc_timer* hash_table_next; argument
43 } grpc_timer; argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_generic.h27 struct grpc_timer { struct
31 struct grpc_timer* next; argument
32 struct grpc_timer* prev; argument
35 struct grpc_timer* hash_table_next; argument
Dtimer.h30 typedef struct grpc_timer { struct
35 struct grpc_timer* next; argument
36 struct grpc_timer* prev; argument
39 struct grpc_timer* hash_table_next; argument
44 } grpc_timer; typedef