Searched refs:handler_func (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | event-loop.h | 62 typedef void (handler_func) (int, gdb_client_data); typedef 90 extern void add_file_handler (int fd, handler_func * proc, gdb_client_data client_data);
|
| H A D | event-loop.c | 69 handler_func *proc; /* Procedure to call when fd is ready. */ 209 static void create_file_handler (int fd, int mask, handler_func * proc, gdb_client_data client_data… 434 add_file_handler (int fd, handler_func * proc, gdb_client_data client_data) in add_file_handler() 481 create_file_handler (int fd, int mask, handler_func * proc, gdb_client_data client_data) in create_file_handler()
|
| H A D | ser-unix.c | 97 static handler_func fd_event;
|
| H A D | ChangeLog-1999 | 2357 * event-loop.h (handler_func): Delete fd parameter. 3139 * event-loop.h: (handler_func): Change signature, adding two new 3141 (sig_handler_func): New function type. It is the old handler_func. 3517 handler_func*. No more need for casting. 4745 async_handler_func and file_handler_func with handler_func. 4748 async_handler_func, just have one, and call it handler_func. 4750 handler_func.
|