Searched defs:ScopedSigaction (Results 1 – 2 of 2) sorted by relevance
26 ScopedSigaction(int sig, const struct sigaction* act) : sig_(sig) { Init(act); } in ScopedSigaction() function