Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Devent-loop.h76 typedef void (timer_handler_func) (gdb_client_data); typedef
91 timer_handler_func *proc,
H A Dser-base.c34 static timer_handler_func push_event;
H A Devent-loop.c209 timer_handler_func *proc; /* Function to call to do the work. */
1140 create_timer (int milliseconds, timer_handler_func * proc, in create_timer()