Searched refs:timer_handler_func (Results 1 – 4 of 4) sorted by relevance
64 typedef void (timer_handler_func) (gdb_client_data); typedef95 extern int create_timer (int milliseconds, timer_handler_func * proc, gdb_client_data client_data);
174 timer_handler_func *proc; /* Function to call to do the work */967 create_timer (int milliseconds, timer_handler_func * proc, gdb_client_data client_data) in create_timer()
96 static timer_handler_func push_event;
3032 * event-loop.h (timer_handler_func): New function type.