Searched refs:signal (Results 1 - 25 of 161) sorted by relevance

1234567

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.c29 #include <signal.h>
61 (void) signal(SIGUSR1, handle);
H A Dtst.ret2.c29 #include <signal.h>
55 (void) signal(SIGUSR1, handle);
H A Dtst.args1.c29 #include <signal.h>
49 (void) signal(SIGUSR1, handle);
H A Dtst.weak1.c29 #include <signal.h>
55 (void) signal(SIGUSR1, handle);
H A Dtst.weak2.c29 #include <signal.h>
55 (void) signal(SIGUSR1, handle);
H A Dtst.gcc.c30 #include <signal.h>
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.d31 proc:::signal-send
37 proc:::signal-clear
H A Dtst.signal.ksh29 # This script tests that the proc:::signal-send and proc:::signal-handle
38 proc:::signal-send
43 * This is guaranteed to not race with signal-handle.
48 proc:::signal-handle
H A Dtst.discard.ksh29 # This script tests that the proc:::signal-discard probe fires correctly
38 proc:::signal-discard
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dsignal.h3 Implementation and Platform specific portion of <signal.h>.
17 #include <machine/signal.h>
19 /** The actual (default) signal numbers are assigned using an anonymous enum
22 figure out what number to assign to a new signal.
24 Properly constructed programs will NEVER depend upon signal numbers being
26 is that each signal number is distinct, positive, and non-zero.
47 /** The type of a signal handler function. **/
51 /** The signal function associates a "signal handler" with a signal numbe
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/proc/
H A Dsig.d29 proc:::signal-send
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.c30 #include <signal.h>
H A Dtst.raise2.c30 #include <signal.h>
H A Dtst.raise3.c30 #include <signal.h>
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dsignal.h55 __sighandler_t __cdecl signal(int sig, __sighandler_t func);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Signal/
H A DSignal.c2 Implementation of the signal and raise functions as declared in <signal.h>.
19 #include <signal.h>
22 /** The signal function associates a "signal handler" with a signal number.
24 The signal function chooses one of three ways in which receipt of the
25 signal number, sig, is to be subsequently handled. If the value of func
26 is SIG_DFL, default handling for that signal will occur. If the value of
27 func is SIG_IGN, the signal wil
44 signal(int sig, __sighandler_t *func) function
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dsignal.h56 __sighandler_t __cdecl signal(int sig, __sighandler_t func);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dsignal.h6 For historical reasons; programs expect signal to be declared
7 in <sys/signal.h>. The signal function is documented in <sys/signal.h>.
9 The signal function is declared in the C Standard as:<BR>
10 void (*signal(int sig, void (*func)(int)))(int);
27 #include <sys/signal.h>
33 This, possibly machine specific, type is defined in <machine/signal.h>.
39 return value of, the signal function, and whose values compare unequal to
49 type int and distinct values that are the signal number
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglobals.h5 #include <signal.h>
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglobals.h5 #include <signal.h>
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglobals.h5 #include <signal.h>
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglobals.h5 #include <signal.h>
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dglobals.h5 #include <signal.h>
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dtmpfile.c50 #include <signal.h>
/vbox/src/VBox/Installer/solaris/
H A DVBoxZoneAccess.c22 #include <signal.h>

Completed in 727 milliseconds

1234567