Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/sigwaitinfo/
Dsigwaitinfo01.c144 child = create_sig_proc(100000, signo, UINT_MAX); in test_empty_set()
162 child = create_sig_proc(100000, signo, UINT_MAX); in test_timeout()
183 child = create_sig_proc(100000, signo, UINT_MAX); in test_unmasked_matching()
201 child = create_sig_proc(100000, signo, UINT_MAX); in test_unmasked_matching_noinfo()
227 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()
317 child = create_sig_proc(0, signo, 1); in test_masked_matching_noinfo()
352 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.c14 pid_t create_sig_proc(int sig, int count, unsigned int usec) in create_sig_proc() function
/external/ltp/testcases/kernel/syscalls/utils/
Dmq_timed.h41 return create_sig_proc(SIGINT, 40, 200000); in set_sig()
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.c93 pid = create_sig_proc(SIGINT, 40, 500000); in do_test()
/external/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c220 pid = create_sig_proc(SIGINT, tc->sigint_count, in do_test()