Searched refs:handler_func (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | event-loop.h | 73 typedef void (handler_func) (int, gdb_client_data); typedef 84 extern void add_file_handler (int fd, handler_func *proc,
|
| H A D | event-loop.c | 90 handler_func *proc; /* Procedure to call when fd is ready. */ 250 static void create_file_handler (int fd, int mask, handler_func *proc, 473 add_file_handler (int fd, handler_func * proc, gdb_client_data client_data) in add_file_handler() 525 create_file_handler (int fd, int mask, handler_func * proc, in create_file_handler()
|
| H A D | ser-base.c | 35 static handler_func fd_event;
|