Searched defs:grpc_timer (Results 1 – 5 of 5) 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 { struct35 struct grpc_timer* next; argument36 struct grpc_timer* prev; argument39 struct grpc_timer* hash_table_next; argument44 } grpc_timer; argument
23 cdef _AsyncioTimer create(grpc_custom_timer * grpc_timer, float timeout)
25 cdef _AsyncioTimer create(grpc_custom_timer * grpc_timer, float timeout):
185 cdef void asyncio_timer_start(grpc_custom_timer* grpc_timer) with gil:190 cdef void asyncio_timer_stop(grpc_custom_timer* grpc_timer) with gil: