HomeSort by relevance Sort by last modified time
    Searched refs:SIG_ATOMIC_T (Results 1 - 6 of 6) sorted by null

  /external/c-ares/
setup_once.h 303 * Typedef to 'int' if sig_atomic_t is not an available 'typedefed' type.
307 typedef int sig_atomic_t; typedef
313 * Convenience SIG_ATOMIC_T definition
317 #define SIG_ATOMIC_T static sig_atomic_t
319 #define SIG_ATOMIC_T static volatile sig_atomic_t
  /external/curl/lib/
curl_setup_once.h 373 * Typedef to 'int' if sig_atomic_t is not an available 'typedefed' type.
377 typedef int sig_atomic_t; typedef
383 * Convenience SIG_ATOMIC_T definition
387 #define SIG_ATOMIC_T static sig_atomic_t
389 #define SIG_ATOMIC_T static volatile sig_atomic_t
  /external/curl/tests/server/
rtspd.c 237 SIG_ATOMIC_T got_exit_signal = 0;
    [all...]
sockfilt.c 183 SIG_ATOMIC_T got_exit_signal = 0;
    [all...]
tftpd.c 255 SIG_ATOMIC_T got_exit_signal = 0;
    [all...]
sws.c 242 SIG_ATOMIC_T got_exit_signal = 0;
    [all...]

Completed in 150 milliseconds