Searched refs:grpc_custom_timer (Results 1 – 9 of 9) sorted by relevance
26 typedef struct grpc_custom_timer { struct32 } grpc_custom_timer; argument35 void (*start)(grpc_custom_timer* t);36 void (*stop)(grpc_custom_timer* t);41 void grpc_custom_timer_callback(grpc_custom_timer* t, grpc_error* error);
33 void grpc_custom_timer_callback(grpc_custom_timer* t, grpc_error* /*error*/) { in grpc_custom_timer_callback()59 grpc_custom_timer* timer_wrapper = in timer_init()60 static_cast<grpc_custom_timer*>(gpr_malloc(sizeof(grpc_custom_timer))); in timer_init()69 grpc_custom_timer* tw = static_cast<grpc_custom_timer*>(timer->custom_timer); in timer_cancel()
44 grpc_custom_timer* timer_wrapper = (grpc_custom_timer*)handle->data; in run_expired_timer()48 static void timer_start(grpc_custom_timer* t) { in timer_start()60 static void timer_stop(grpc_custom_timer* t) { in timer_stop()
17 grpc_custom_timer * _grpc_timer23 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:
98 struct grpc_custom_timer:104 void (*start)(grpc_custom_timer* t);105 void (*stop)(grpc_custom_timer* t);107 void grpc_custom_timer_callback(grpc_custom_timer* t, grpc_error* error);
18 cdef grpc_custom_timer *c_timer
328 cdef void timer_start(grpc_custom_timer* t) with gil:334 cdef void timer_stop(grpc_custom_timer* t) with gil: