Searched refs:action (Results 1 – 3 of 3) sorted by relevance
26 struct sigaction action = { .sa_handler = sig_handler }; in do_test() local27 sigemptyset (&action.sa_mask); in do_test()36 if (sigaction (SIGALRM, &action, NULL) != 0) in do_test()
154 struct sigaction action = in do_test() local158 sigemptyset (&action.sa_mask); in do_test()160 if (sigaction (SIGUSR1, &action, NULL) != 0) in do_test()166 action.sa_handler = liveness_signal_handler; in do_test()167 if (sigaction (SIGUSR2, &action, NULL) != 0) in do_test()
223 enum allocation_action action; member261 .action = i % action_count in initial_allocations()395 switch (task->action) in do_test()429 task->action = action_free; in do_test()454 switch (task->action) in do_test()
Completed in 9 milliseconds