Print int from signal handler using write or async-safe functions...
Read MoreIs it always unsafe when I call a non-async-safe function from a signal handler?...
Read MoreDo functions which are not defined as async-safe, such as mmap(2), effect other async-safe functions...
Read MoreIs there a way to test whether I'm in a signal handler?...
Read MoreI need a list of Async-Signal-Safe Functions from glibc...
Read MoreIs read-only access to a vector (vector::operator[] and vector::size()) asynchronous-safe?...
Read MoreThe usage of sig_atomic_t in linux signal mask function...
Read More