Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDevent-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);
HDevent-loop.c174 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()
HDser-unix.c96 static timer_handler_func push_event;