Searched refs:sig_atomic_t (Results 1 – 3 of 3) sorted by relevance
45 static volatile sig_atomic_t handler_result;46 static volatile sig_atomic_t handler_sig_expect;47 static volatile sig_atomic_t handler_sig_received;108 handler_sig_expect = (sig_atomic_t) sig; in main()
46 typedef int sig_atomic_t; /* Atomic entity type (ANSI) */ typedef
71 @file{signal.h} also defines an integral type, @code{sig_atomic_t}.