Searched defs:sig_atomic_t (Results 1 - 5 of 5) sorted by relevance

/external/openssl/crypto/ui/
H A Dui_openssl.c268 typedef int sig_atomic_t; typedef
413 static volatile sig_atomic_t intr_signal;
/external/bison/darwin-lib/
H A Dsignal.h385 /* On AIX, sig_atomic_t already includes volatile. C99 requires that
386 'volatile sig_atomic_t' ignore the extra modifier, but C89 did not.
391 # undef sig_atomic_t macro
392 # define sig_atomic_t rpl_sig_atomic_t macro
/external/bison/linux-lib/
H A Dsignal.h385 /* On AIX, sig_atomic_t already includes volatile. C99 requires that
386 'volatile sig_atomic_t' ignore the extra modifier, but C89 did not.
391 # undef sig_atomic_t macro
392 # define sig_atomic_t rpl_sig_atomic_t macro
/external/bison/lib/
H A Dconfig.in.h9 /* Define to the number of bits in type 'sig_atomic_t'. */
1604 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1616 /* Define to 1 if the system has the type `sig_atomic_t'. */
1954 'sig_atomic_t'. */
2231 #undef sig_atomic_t macro
/external/mksh/src/
H A Dsh.h238 typedef MKSH_TYPEDEF_SIG_ATOMIC_T sig_atomic_t; typedef
866 volatile sig_atomic_t set; /* trap pending */
894 EXTERN volatile sig_atomic_t trap; /* traps pending? */
895 EXTERN volatile sig_atomic_t intrsig; /* pending trap interrupts command */
896 EXTERN volatile sig_atomic_t fatal_trap; /* received a fatal signal */
901 EXTERN volatile sig_atomic_t got_winch E_INIT(1);

Completed in 240 milliseconds