Searched refs:timer_handler_func (Results 1 – 3 of 3) sorted by relevance
76 typedef void (timer_handler_func) (gdb_client_data); typedef91 timer_handler_func *proc,
34 static timer_handler_func push_event;
209 timer_handler_func *proc; /* Function to call to do the work. */1140 create_timer (int milliseconds, timer_handler_func * proc, in create_timer()