Searched refs:create_sig_proc (Results 1 – 8 of 8) sorted by relevance
/external/ltp/testcases/kernel/syscalls/sigwaitinfo/ |
D | sigwaitinfo01.c | 144 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/ |
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 | 14 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 | 93 pid = create_sig_proc(SIGINT, 40, 500000); in do_test()
|
/external/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 220 pid = create_sig_proc(SIGINT, tc->sigint_count, in do_test()
|