Home
last modified time | relevance | path

Searched refs:async_event_handler_func (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Devent-loop.h75 typedef void (async_event_handler_func) (gdb_client_data); typedef
123 create_async_event_handler (async_event_handler_func *proc,
H A Devent-loop.c134 async_event_handler_func *proc;
1031 create_async_event_handler (async_event_handler_func *proc, in create_async_event_handler()
1061 async_event_handler_func* proc;
1069 async_event_handler_func* proc = hdata->proc; in invoke_async_event_handler()