Searched refs:def_act (Results 1 – 2 of 2) sorted by relevance
88 struct sigaction def_act; in setup() local101 def_act.sa_handler = sigusr2_handler; in setup()102 def_act.sa_flags = SA_RESTART | SA_RESETHAND; in setup()103 sigemptyset(&def_act.sa_mask); in setup()105 if ((sigaction(SIGUSR2, &def_act, NULL)) == -1) in setup()
207 struct sigaction def_act; in test_setup() local238 def_act.sa_handler = sig_default_handler; in test_setup()239 def_act.sa_flags = SA_RESTART; in test_setup()240 sigemptyset(&def_act.sa_mask); in test_setup()242 if (sigaction(SIGUSR2, &def_act, NULL) == -1) { in test_setup()