Searched refs:timer_handler_func (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Devent-loop.h64 typedef void (timer_handler_func) (gdb_client_data); typedef
95 extern int create_timer (int milliseconds, timer_handler_func * proc, gdb_client_data client_data);
H A Devent-loop.c174 timer_handler_func *proc; /* Function to call to do the work */
970 create_timer (int milliseconds, timer_handler_func * proc, gdb_client_data client_data)
H A Dser-unix.c96 static timer_handler_func push_event;

Completed in 64 milliseconds