Searched refs:sa (Results 1 – 1 of 1) sorted by relevance
39 struct sigaction sa; in test_pselect_basic() local40 sa.sa_handler = handler; in test_pselect_basic()41 sa.sa_flags = 0; in test_pselect_basic()42 sigemptyset (&sa.sa_mask); in test_pselect_basic()44 xsigaction (SIGUSR1, &sa, NULL); in test_pselect_basic()46 sa.sa_handler = SIG_IGN; in test_pselect_basic()47 xsigaction (SIGCHLD, &sa, NULL); in test_pselect_basic()
Completed in 4 milliseconds