Searched refs:signal (Results 26 - 50 of 1316) sorted by relevance

1234567891011>>

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh29 # This script tests that the proc:::signal-send and proc:::signal-handle
38 proc:::signal-send
44 * This is guaranteed to not race with signal-handle.
49 proc:::signal-handle
/freebsd-13-stable/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.c24 #include <signal.h>
101 signal(SIGTERM, stop_server);
102 signal(SIGINT, stop_server);
/freebsd-13-stable/contrib/ntp/util/
H A Dtestrs6000.c10 #include <signal.h>
34 signal(SIGALRM, timeout);
48 signal (SIGALRM, timeout);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-signal.c19 #include <signal.h>
23 #include "openbsd-compat/bsd-signal.h"
25 #undef signal macro
49 return (signal(sig, act));
/freebsd-13-stable/usr.bin/talk/
H A Dmsgs.c45 #include <signal.h>
67 signal(SIGALRM, disp_msg);
81 signal(SIGALRM, SIG_DFL);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h25 int signal; // When resuming this thread, resume it with this signal if this member in struct:lldb_private::ResumeAction
32 // send a signal to the thread when the action is run or step.
37 ResumeActionList(lldb::StateType default_action, int signal) argument
39 SetDefaultThreadActionIfNeeded(default_action, signal);
59 void AppendAction(lldb::tid_t tid, lldb::StateType state, int signal = 0) {
60 ResumeAction action = {tid, state, signal};
98 bool SetDefaultThreadActionIfNeeded(lldb::StateType action, int signal) { argument
101 ResumeAction default_action = {LLDB_INVALID_THREAD_ID, action, signal};
139 } signal; member in union:lldb_private::ThreadStopInfo::__anon2743
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dsetsignal.c28 #include <signal.h>
40 * An OS-independent signal() with, whenever possible, partial BSD
41 * semantics, i.e. the signal handler is restored following service
42 * of the signal, but system calls are *not* restarted, so that if
43 * "pcap_breakloop()" is called in a signal handler in a live capture,
48 * We use "sigaction()" if available. We don't specify that the signal
52 * while "signal()" has traditional semantics, so we use "sigset()"; it
53 * might cause system calls to be restarted for the signal, however.
60 * Otherwise, we use "signal()" - which means we might get traditional
62 * signal handle
[all...]
/freebsd-13-stable/lib/libproc/tests/
H A Dtarget_prog.c31 #include <signal.h>
75 if (signal(SIGUSR1, usr1) == SIG_ERR)
76 err(1, "signal");
/freebsd-13-stable/contrib/apr/include/
H A Dapr_signal.h29 #include <signal.h>
56 /** Function prototype for signal handlers */
60 * Set the signal handler function for a given signal
61 * @param signo The signal (eg... SIGWINCH)
71 #define apr_signal(a, b) signal(a, b)
76 * Get the description for a specific signal number
77 * @param signum The signal number
78 * @return The description of the signal
83 * APR-private function for initializing the signal packag
[all...]
/freebsd-13-stable/lib/libc/compat-43/
H A Dkillpg.c39 #include <signal.h>
/freebsd-13-stable/lib/libc/gen/
H A Dpause.c36 #include <signal.h>
H A Draise.c36 #include <signal.h>
/freebsd-13-stable/lib/libc/sys/
H A Dsigaction.c37 #include <signal.h>
H A Dsigprocmask.c37 #include <signal.h>
H A Dsigsuspend.c37 #include <signal.h>
H A Dsigtimedwait.c37 #include <signal.h>
H A Dsigwaitinfo.c37 #include <signal.h>
/freebsd-13-stable/libexec/rpc.rusersd/
H A Drusersd.c40 #include <signal.h>
78 (void) signal(SIGINT, cleanup);
79 (void) signal(SIGTERM, cleanup);
80 (void) signal(SIGHUP, cleanup);
/freebsd-13-stable/contrib/libevent/
H A Devsignal-internal.h33 #include <signal.h>
37 /* Data structure for the default signal-handling implementation in signal.c
42 /* Socketpair used to send notifications from the signal handler */
49 /* Array of previous signal handler objects before Libevent started
50 * messing with them. Used to restore old signal handlers. */
/freebsd-13-stable/contrib/libevent/sample/
H A Dsignal-test.c3 * cc -I/usr/local/include -o signal-test \
4 * signal-test.c -L/usr/local/lib -levent
20 #include <signal.h>
34 struct event *signal = arg; local
36 printf("signal_cb: got signal %d\n", event_get_signal(signal));
39 event_del(signal);
/freebsd-13-stable/bin/dd/
H A Dconv_tab.c46 #include <signal.h>
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/probes/
H A Dtst.probestar.c26 #include <signal.h>
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.c28 #include <signal.h>
H A Dtst.raise2.c28 #include <signal.h>
H A Dtst.raise3.c28 #include <signal.h>

Completed in 108 milliseconds

1234567891011>>