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

/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/c-ares/
H A Dsetup_once.h303 * Typedef to 'int' if sig_atomic_t is not an available 'typedefed' type.
307 typedef int sig_atomic_t; typedef
317 #define SIG_ATOMIC_T static sig_atomic_t
319 #define SIG_ATOMIC_T static volatile sig_atomic_t
/external/curl/lib/
H A Dcurl_setup_once.h373 * Typedef to 'int' if sig_atomic_t is not an available 'typedefed' type.
377 typedef int sig_atomic_t; typedef
387 #define SIG_ATOMIC_T static sig_atomic_t
389 #define SIG_ATOMIC_T static volatile sig_atomic_t
/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.h244 typedef MKSH_TYPEDEF_SIG_ATOMIC_T sig_atomic_t; typedef
914 volatile sig_atomic_t set; /* trap pending */
942 EXTERN volatile sig_atomic_t trap; /* traps pending? */
943 EXTERN volatile sig_atomic_t intrsig; /* pending trap interrupts command */
944 EXTERN volatile sig_atomic_t fatal_trap; /* received a fatal signal */
949 EXTERN volatile sig_atomic_t got_winch E_INIT(1);

Completed in 332 milliseconds