Home
last modified time | relevance | path

Searched refs:tst_fork (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/include/old/
Dtest.h81 # define FORK_OR_VFORK tst_fork
165 pid_t tst_fork(void);
/third_party/ltp/lib/tests/
Dtst_record_childstatus.c33 pid = tst_fork(); in main()
/third_party/ltp/testcases/kernel/input/
Dinput04.c51 pid = tst_fork(); in main()
Dinput02.c53 pid = tst_fork(); in main()
Dinput05.c57 pid = tst_fork(); in main()
Dinput03.c54 pid = tst_fork(); in main()
Dinput01.c54 pid = tst_fork(); in main()
Dinput06.c56 pid = tst_fork(); in main()
/third_party/ltp/testcases/kernel/syscalls/fork/
Dfork14.c119 switch (tst_fork()) { in fork_test()
/third_party/ltp/testcases/kernel/syscalls/personality/
Dpersonality01.c93 pid = tst_fork(); in verify_personality()
/third_party/ltp/testcases/kernel/syscalls/mmap/
Dmmap16.c102 child = tst_fork(); in do_test()
/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat02.c162 pid = tst_fork(); in testfunc_cloexec()
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen12.c203 pid = tst_fork(); in test_cloexec()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c350 child = tst_fork(); in check_io_signal()
/third_party/ltp/testcases/kernel/io/direct_io/
Ddma_thread_diotest.c212 pid = tst_fork(); in fork_thread()
/third_party/ltp/lib/
Dtst_res.c413 pid_t tst_fork(void) in tst_fork() function
/third_party/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c139 child = tst_fork(); in main()