HomeSort by relevance Sort by last modified time
    Searched defs:SIG_ATOMIC_T (Results 1 - 2 of 2) 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

Completed in 832 milliseconds