sig_atomic_t

From cppreference.com
< c‎ | program
Defined in header <signal.h>
typedef /* unspecified */ sig_atomic_t;

An integer type which can be accessed as an atomic entity even in the presence of asynchronous interrupts made by signals.