Searched defs:sig_atomic_t (Results 1 - 5 of 5) 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/recompiler/
H A Dcpu-defs.h42 # define sig_atomic_t int32_t macro
183 volatile sig_atomic_t exit_request; \

Completed in 53 milliseconds