Searched refs:grpc_custom_timer (Results 1 – 5 of 5) sorted by relevance
26 typedef struct grpc_custom_timer { struct32 } grpc_custom_timer; typedef35 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()58 grpc_custom_timer* timer_wrapper = in timer_init()59 (grpc_custom_timer*)gpr_malloc(sizeof(grpc_custom_timer)); in timer_init()68 grpc_custom_timer* tw = (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()
93 struct grpc_custom_timer:99 void (*start)(grpc_custom_timer* t);100 void (*stop)(grpc_custom_timer* t);102 void grpc_custom_timer_callback(grpc_custom_timer* t, grpc_error* error);129 cdef grpc_custom_timer *c_timer
363 cdef void timer_start(grpc_custom_timer* t) with gil:369 cdef void timer_stop(grpc_custom_timer* t) with gil: