Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c52 int sigint_count; /* if > 0, spawn process to send SIGINT */ member
112 .sigint_count = 4,
139 .sigint_count = 40,
151 .sigint_count = 1,
228 if (tc->sigint_count > 0) { in do_test()
229 pid = create_sig_proc(SIGINT, tc->sigint_count, in do_test()