Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/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;
H A DChangeLog-19993032 * event-loop.h (timer_handler_func): New function type.