Searched refs:timer_stop (Results 1 – 8 of 8) sorted by relevance
7 ; void timer_stop(void);17 ; timer_stop();25 ; timer_stop();77 call void @timer_stop()108 call void @timer_stop()116 declare void @timer_stop()
8 ; void timer_stop(void);21 ; timer_stop();30 ; timer_stop();94 call void @timer_stop()129 call void @timer_stop()137 declare void @timer_stop()
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);
10 timer_stop(timedelta_t *timer) { in timer_stop() function
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