reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
145 sa.sa_sigaction = [](int, siginfo_t *, void *) { }; 146 sa.sa_flags = SA_SIGINFO; // important: no SA_RESTART 147 sigemptyset(&sa.sa_mask); 148 ASSERT_EQ(0, sigaction(SIGUSR2, &sa, nullptr));