Home
last modified time | relevance | path

Searched refs:FORK_OR_VFORK (Results 1 - 25 of 50) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/setsid/
H A Dsetsid01.c93 pid = FORK_OR_VFORK(); in main()
96 if ((pid = FORK_OR_VFORK()) == -1) { in main()
164 if ((pid = FORK_OR_VFORK()) == -1) { in do_child_1()
/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill08.c98 pid1 = FORK_OR_VFORK(); in main()
104 pid2 = FORK_OR_VFORK(); in main()
H A Dkill02.c234 if ((pid1 = FORK_OR_VFORK()) > 0) { in main()
235 if ((pid2 = FORK_OR_VFORK()) > 0) { in main()
455 if ((pidA = FORK_OR_VFORK()) > 0) { in child1_rout()
459 if ((pidB = FORK_OR_VFORK()) == 0) { in child1_rout()
H A Dkill09.c148 if ((fork_pid = FORK_OR_VFORK()) == -1) in main()
/third_party/ltp/testcases/kernel/syscalls/setrlimit/
H A Dsetrlimit01.c137 pid = FORK_OR_VFORK(); in test2()
221 pid = FORK_OR_VFORK(); in test3()
254 pid = FORK_OR_VFORK(); in test4()
/third_party/ltp/include/old/
H A Dtest.h69 * fork() can't be used on uClinux systems, so use FORK_OR_VFORK instead,
76 # define FORK_OR_VFORK tst_vfork macro
81 # define FORK_OR_VFORK tst_fork macro
/third_party/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe04.c101 if ((c1pid = FORK_OR_VFORK()) == -1) in main()
113 if ((c2pid = FORK_OR_VFORK()) == -1) in main()
H A Dpipe09.c101 if ((fork_1 = FORK_OR_VFORK()) == -1) { in main()
128 if ((fork_2 = FORK_OR_VFORK()) == -1) { in main()
/third_party/ltp/testcases/kernel/syscalls/mprotect/
H A Dmprotect02.c92 if ((pid = FORK_OR_VFORK()) == -1) in main()
121 if ((pid = FORK_OR_VFORK()) == -1) in main()
/third_party/ltp/testcases/kernel/syscalls/rename/
H A Drename14.c92 pid = FORK_OR_VFORK(); in main()
99 pid = FORK_OR_VFORK(); in main()
/third_party/ltp/testcases/kernel/syscalls/setfsuid/
H A Dsetfsuid04.c65 pid = FORK_OR_VFORK(); in main()
109 pid = FORK_OR_VFORK(); in do_master_child()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/
H A Dmsgstress04.c203 if ((pid = FORK_OR_VFORK()) < 0) in dotest_iteration()
278 if ((pid = FORK_OR_VFORK()) < 0) { in dotest()
291 if ((pid = FORK_OR_VFORK()) < 0) { in dotest()
H A Dmsgstress02.c167 if ((pid = FORK_OR_VFORK()) < 0) { in main()
252 if ((pid = FORK_OR_VFORK()) < 0) { in dotest()
266 if ((pid = FORK_OR_VFORK()) < 0) { in dotest()
H A Dmsgstress01.c157 if ((pid = FORK_OR_VFORK()) < 0) { in main()
219 if ((pid = FORK_OR_VFORK()) < 0) { in dotest()
H A Dmsgstress03.c163 if ((pid = FORK_OR_VFORK()) < 0) { in main()
224 if ((pid = FORK_OR_VFORK()) < 0) { in dotest()
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl06.c115 if ((pid = FORK_OR_VFORK()) < 0) { in main()
191 if ((pid = FORK_OR_VFORK()) < 0) { in dotest()
/third_party/ltp/testcases/kernel/syscalls/setpgrp/
H A Dsetpgrp02.c73 if ((pid = FORK_OR_VFORK()) == -1) { in main()
H A Dsetpgrp01.c95 if ((pid = FORK_OR_VFORK()) == -1) { in setup()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl22.c63 child_pid = FORK_OR_VFORK(); in main()
/third_party/ltp/testcases/kernel/syscalls/exit/
H A Dexit01.c55 pid = FORK_OR_VFORK(); in main()
/third_party/ltp/testcases/kernel/syscalls/pause/
H A Dpause03.c56 if ((cpid = FORK_OR_VFORK()) == -1) in main()
/third_party/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid02.c85 pid = FORK_OR_VFORK(); in main()
H A Dwaitpid04.c93 if (FORK_OR_VFORK() == 0) in main()
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen05.c65 pid = FORK_OR_VFORK(); in main()
/third_party/ltp/testcases/kernel/syscalls/setpgid/
H A Dsetpgid01.c111 pid = FORK_OR_VFORK(); in setpgid_test2()

Completed in 13 milliseconds

12