Searched refs:handler (Results 1 - 25 of 818) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dexithandle.c16 * Register a handler for all signals.
19 signals_register (RETSIGTYPE (*handler)(int)) argument
23 (void) SIG_register (SIGABRT, handler);
26 (void) SIG_register (SIGHUP, handler);
29 (void) SIG_register (SIGINT, handler);
32 (void) SIG_register (SIGQUIT, handler);
38 (void) SIG_register (SIGTERM, handler);
46 * Register a handler for all signals and exit.
49 cleanup_register (void (*handler) (void))
51 atexit (handler);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dsparc-sysstep.c26 handler (int sig) function
33 signal (SIGALRM, handler);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dsparc-sysstep.c26 handler (int sig) function
33 signal (SIGALRM, handler);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio_inject.c53 * Data describing each zinject handler registered on the system, and
54 * contains the list node linking the handler in the global zinject
55 * handler list.
73 * This protects insertion into, and traversal of, the inject handler
75 * handler is inserted or removed from the list, this lock should be
97 * Used to assign unique identifying numbers to each new zinject handler.
144 inject_handler_t *handler; local
148 for (handler = list_head(&inject_handlers); handler != NULL;
149 handler
170 inject_handler_t *handler; local
216 inject_handler_t *handler; local
259 inject_handler_t *handler; local
335 inject_handler_t *handler; local
370 inject_handler_t *handler; local
569 inject_handler_t *handler; local
669 inject_handler_t *handler; local
702 inject_handler_t *handler; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsignals.c10 handler (int sig) function
12 signal (sig, handler);
32 signal (SIGALRM, handler);
35 signal (SIGUSR1, handler);
H A Dbranch-to-self.c25 handler (int sig) function
33 signal (SIGALRM, handler);
H A Drelativedebug.c23 static void handler (int signo) function
30 signal (SIGALRM, handler);
H A Dkill-after-signal.c24 handler (int signo) function
33 signal (SIGUSR1, handler);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsignals.c10 handler (int sig) function
12 signal (sig, handler);
32 signal (SIGALRM, handler);
35 signal (SIGUSR1, handler);
H A Dbranch-to-self.c25 handler (int sig) function
33 signal (SIGALRM, handler);
H A Dkill-after-signal.c24 handler (int signo) function
33 signal (SIGUSR1, handler);
H A Drelativedebug.c23 static void handler (int signo) function
30 signal (SIGALRM, handler);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dasync-event.h34 /* Call the handler from HANDLER the next time through the event
36 extern void mark_async_signal_handler (struct async_signal_handler *handler);
41 async_signal_handler_is_marked (struct async_signal_handler *handler);
45 extern void clear_async_signal_handler (struct async_signal_handler *handler);
61 /* Call the handler from HANDLER the next time through the event
63 extern void mark_async_event_handler (struct async_event_handler *handler);
65 /* Mark the handler (ASYNC_HANDLER_PTR) as NOT ready. */
67 extern void clear_async_event_handler (struct async_event_handler *handler);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dasync-event.h28 /* Type of async event handler callbacks.
32 The callback is called when the async event handler is marked. The callback
33 is responsible for clearing the async event handler if it no longer needs
44 /* Call the handler from HANDLER the next time through the event
46 extern void mark_async_signal_handler (struct async_signal_handler *handler);
51 async_signal_handler_is_marked (struct async_signal_handler *handler);
55 extern void clear_async_signal_handler (struct async_signal_handler *handler);
63 NAME is a user-friendly name for the handler, used in debug statements. The
65 handler. */
77 /* Call the handler fro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dobjc-foreach.c32 /* The enumeration mutation handler currently in use. */
36 objc_setEnumerationMutationHandler (void (*handler)(id)) argument
38 __objc_enumeration_mutation_handler = handler;
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dobjc-foreach.c32 /* The enumeration mutation handler currently in use. */
36 objc_setEnumerationMutationHandler (void (*handler)(id)) argument
38 __objc_enumeration_mutation_handler = handler;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dloc10.s1 Boot GETA $0,Boot %set dynamic- and forced-trap handler
/netbsd-current/external/bsd/atf/dist/tools/
H A Dsignals.hpp41 typedef void (*handler)(const int); typedef in namespace:tools::signals
72 const handler m_handler;
77 signal_programmer(const int, const handler);
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Deloop.h77 * eloop_register_read_sock - Register handler for read events
79 * @handler: Callback function to be called when data is available for reading
84 * Register a read socket notifier for the given file descriptor. The handler
86 * socket. The handler function is responsible for clearing the event after
87 * having processed it in order to avoid eloop from calling the handler again
90 int eloop_register_read_sock(int sock, eloop_sock_handler handler,
94 * eloop_unregister_read_sock - Unregister handler for read events
103 * eloop_register_sock - Register handler for socket events
106 * @handler: Callback function to be called when the event is triggered
112 * handler functio
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dnew_handler.cc46 std::set_new_handler (new_handler handler) throw() argument
50 __atomic_exchange (&__new_handler, &handler, &prev_handler,
55 __new_handler = handler;
63 new_handler handler; variable
65 __atomic_load (&__new_handler, &handler, __ATOMIC_ACQUIRE);
68 handler = __new_handler;
70 return handler;
H A Dnew_op.cc52 new_handler handler = std::get_new_handler (); local
53 if (! handler)
55 handler ();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dnew_handler.cc46 std::set_new_handler (new_handler handler) throw() argument
50 __atomic_exchange (&__new_handler, &handler, &prev_handler,
55 __new_handler = handler;
63 new_handler handler; variable
65 __atomic_load (&__new_handler, &handler, __ATOMIC_ACQUIRE);
68 handler = __new_handler;
70 return handler;
H A Dnew_op.cc52 new_handler handler = std::get_new_handler (); local
53 if (! handler)
55 handler ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-syn-frame.c9 void handler (int);
45 handler (int sig) function
65 signal (SIGALRM, handler);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-syn-frame.c9 void handler (int);
45 handler (int sig) function
65 signal (SIGALRM, handler);

Completed in 265 milliseconds

1234567891011>>