Searched refs:sig_handler_func (Results 1 – 3 of 3) sorted by relevance
63 typedef void (sig_handler_func) (gdb_client_data); typedef93 create_async_signal_handler (sig_handler_func * proc, gdb_client_data client_data);
89 sig_handler_func *proc; /* Function to call to do the work */870 create_async_signal_handler (sig_handler_func * proc, gdb_client_data client_data) in create_async_signal_handler()
3141 (sig_handler_func): New function type. It is the old handler_func.3142 (create_async_signal_handler): Update to use sig_handler_func.3157 sig_handler_func*.