Searched refs:create_sig_proc (Results 1 – 8 of 8) sorted by relevance
/external/ltp/testcases/kernel/syscalls/sigwaitinfo/ |
D | sigwaitinfo01.c | 145 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() 269 child[0] = create_sig_proc(0, signo, 1); in test_masked_matching_rt() 270 child[1] = create_sig_proc(0, signo + 1, 1); in test_masked_matching_rt() 318 child = create_sig_proc(0, signo, 1); in test_masked_matching_noinfo() 353 child = create_sig_proc(0, signo, 1); in test_bad_address()
|
/external/ltp/include/ |
D | tst_sig_proc.h | 20 pid_t create_sig_proc(int sig, int count, unsigned int usec);
|
/external/ltp/lib/ |
D | tst_sig_proc.c | 23 pid_t create_sig_proc(int sig, int count, unsigned int usec) in create_sig_proc() function
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | mq_timed.h | 41 return create_sig_proc(SIGINT, 40, 200000); in set_sig()
|
D | include_j_h.h | 129 pid_t create_sig_proc(unsigned long usec, int sig, unsigned count);
|
D | common_j_h.c | 119 pid_t create_sig_proc(unsigned long usec, int sig, unsigned count) in create_sig_proc() function
|
/external/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep01.c | 106 pid = create_sig_proc(SIGINT, 40, 500000); in do_test()
|
/external/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 229 pid = create_sig_proc(SIGINT, tc->sigint_count, in do_test()
|