Home
last modified time | relevance | path

Searched refs:action (Results 1 – 3 of 3) sorted by relevance

/malloc/
A Dtst-mallocfork.c26 struct sigaction action = { .sa_handler = sig_handler }; in do_test() local
27 sigemptyset (&action.sa_mask); in do_test()
36 if (sigaction (SIGALRM, &action, NULL) != 0) in do_test()
A Dtst-mallocfork2.c154 struct sigaction action = in do_test() local
158 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()
A Dtst-mallocstate.c223 enum allocation_action action; member
261 .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