Searched refs:sig_atomic_t (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dsignal.h16 /** The type sig_atomic_t is the (possibly volatile-qualified) integer type of
20 typedef INTN sig_atomic_t; typedef
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ia32/machine/
H A Dsignal.h17 /** The type sig_atomic_t is the type of an object that can be accessed as an
20 typedef INTN sig_atomic_t; typedef
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dsignal.h16 /** The type sig_atomic_t is the (possibly volatile-qualified) integer type of
20 typedef INTN sig_atomic_t; typedef
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dsignal.h16 /** The type sig_atomic_t is the (possibly volatile-qualified) integer type of
20 typedef INTN sig_atomic_t; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglobals.h29 extern _X_EXPORT sig_atomic_t inSignalContext;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglobals.h29 extern _X_EXPORT sig_atomic_t inSignalContext;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglobals.h29 extern _X_EXPORT sig_atomic_t inSignalContext;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglobals.h29 extern _X_EXPORT sig_atomic_t inSignalContext;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dglobals.h29 extern _X_EXPORT sig_atomic_t inSignalContext;
/vbox/src/recompiler/
H A Dcpu-defs.h42 # define sig_atomic_t int32_t macro
183 volatile sig_atomic_t exit_request; \
H A Dexec-all.h396 extern volatile sig_atomic_t exit_request;
H A Dcpu-exec.c231 volatile sig_atomic_t exit_request;
/vbox/src/apps/svnsync-vbox/
H A Dmain.c221 static volatile sig_atomic_t cancelled = FALSE;

Completed in 116 milliseconds