Home
last modified time | relevance | path

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

/third_party/ltp/libs/libltpsigwait/
Dsigwait.c22 child = create_sig_proc(signo, INT_MAX, 100000); in test_empty_set()
52 child = create_sig_proc(signo, INT_MAX, 100000); in test_timeout()
82 child = create_sig_proc(signo, INT_MAX, 100000); in test_unmasked_matching()
109 child = create_sig_proc(signo, INT_MAX, 100000); in test_unmasked_matching_noinfo()
142 child = create_sig_proc(signo, 1, 0); in test_masked_matching()
194 child[0] = create_sig_proc(signo, 1, 0); in test_masked_matching_rt()
195 child[1] = create_sig_proc(signo + 1, 1, 0); in test_masked_matching_rt()
255 child = create_sig_proc(signo, 1, 0); in test_masked_matching_noinfo()
297 child = create_sig_proc(signo, 1, 0); in test_bad_address()
/third_party/ltp/include/
Dtst_sig_proc.h10 pid_t create_sig_proc(int sig, int count, unsigned int usec);
/third_party/ltp/lib/
Dtst_sig_proc.c14 pid_t create_sig_proc(int sig, int count, unsigned int usec) in create_sig_proc() function
/third_party/ltp/testcases/kernel/syscalls/utils/
Dmq_timed.h48 return create_sig_proc(SIGINT, 40, 50000); in set_sig()
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep01.c149 pid = create_sig_proc(SIGINT, 40, 500000); in do_test()
/third_party/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c254 pid = create_sig_proc(SIGINT, tc->sigint_count, in do_test()