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

  /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 240 SIG_ATOMIC_T got_exit_signal = 0;
    [all...]
sockfilt.c 186 SIG_ATOMIC_T got_exit_signal = 0;
    [all...]
tftpd.c 255 SIG_ATOMIC_T got_exit_signal = 0;
    [all...]
sws.c 245 SIG_ATOMIC_T got_exit_signal = 0;
    [all...]

Completed in 308 milliseconds