Home
last modified time | relevance | path

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

/freebsd-12.1/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 */
967 create_timer (int milliseconds, timer_handler_func * proc, gdb_client_data client_data) in create_timer()
H A Dser-unix.c96 static timer_handler_func push_event;