Searched refs:create_sig_proc (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/libs/libltpsigwait/ |
D | sigwait.c | 22 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/ |
D | tst_sig_proc.h | 10 pid_t create_sig_proc(int sig, int count, unsigned int usec);
|
/third_party/ltp/lib/ |
D | tst_sig_proc.c | 14 pid_t create_sig_proc(int sig, int count, unsigned int usec) in create_sig_proc() function
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | mq_timed.h | 48 return create_sig_proc(SIGINT, 40, 50000); in set_sig()
|
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep01.c | 149 pid = create_sig_proc(SIGINT, 40, 500000); in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 254 pid = create_sig_proc(SIGINT, tc->sigint_count, in do_test()
|