Searched refs:timer_stop (Results 1 – 8 of 8) sorted by relevance
60 static void timer_stop(grpc_custom_timer* t) { in timer_stop() function64 grpc_custom_timer_vtable uv_timer_vtable = {timer_start, timer_stop};
9 void timer_stop(timedelta_t *timer);
12 timer_stop(timedelta_t *timer) in timer_stop() function
10 timer_stop(timedelta_t *timer) { in timer_stop() function
14 timer_stop(timer); in time_func()
15 timer_stop(timer); in time_func()
369 cdef void timer_stop(grpc_custom_timer* t) with gil: function443 gevent_timer_vtable.stop = timer_stop