Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/sigwaitinfo/
Dsigwaitinfo01.c145 child = create_sig_proc(100000, signo, UINT_MAX); in test_empty_set()
163 child = create_sig_proc(100000, signo, UINT_MAX); in test_timeout()
184 child = create_sig_proc(100000, signo, UINT_MAX); in test_unmasked_matching()
202 child = create_sig_proc(100000, signo, UINT_MAX); in test_unmasked_matching_noinfo()
228 child = create_sig_proc(0, signo, 1); in test_masked_matching()
268 child[0] = create_sig_proc(0, signo, 1); in test_masked_matching_rt()
269 child[1] = create_sig_proc(0, signo + 1, 1); in test_masked_matching_rt()
313 child = create_sig_proc(0, signo, 1); in test_masked_matching_noinfo()
348 child = create_sig_proc(0, signo, 1); in test_bad_address()
/external/ltp/include/
Dtst_sig_proc.h20 pid_t create_sig_proc(int sig, int count, unsigned int usec);
/external/ltp/lib/
Dtst_sig_proc.c23 pid_t create_sig_proc(int sig, int count, unsigned int usec) in create_sig_proc() function
/external/ltp/testcases/kernel/syscalls/utils/
Dinclude_j_h.h129 pid_t create_sig_proc(unsigned long usec, int sig, unsigned count);
Dcommon_j_h.c119 pid_t create_sig_proc(unsigned long usec, int sig, unsigned count) in create_sig_proc() function
/external/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep01.c127 pid = create_sig_proc(SIGINT, 40, 500000); in do_test()
/external/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c229 pid = create_sig_proc(SIGINT, tc->sigint_count, in do_test()
/external/ltp/testcases/kernel/syscalls/mq_timedreceive/
Dmq_timedreceive01.c210 pid = create_sig_proc(SIGINT, 40, 200000); in create_queue_sig()
/external/ltp/testcases/kernel/syscalls/mq_timedsend/
Dmq_timedsend01.c359 pid = create_sig_proc(200000, SIGINT, UINT_MAX); in do_test()