HomeSort by: relevance | last modified time | path
    Searched defs:comm_signal (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
netevent.h 55 * o comm_signal - callbacks when signal is caught.
469 struct comm_signal { struct
835 struct comm_signal* comm_signal_create(struct comm_base* base,
839 * Bind signal struct to catch a signal. A single comm_signal can be bound
845 int comm_signal_bind(struct comm_signal* comsig, int sig);
851 void comm_signal_delete(struct comm_signal* comsig);

Completed in 15 milliseconds