HomeSort by relevance Sort by last modified time
    Searched refs:fork (Results 26 - 50 of 1356) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/controllers/freezer/
fork_exec_loop.c 33 if (fork() == 0)
  /external/ltp/testcases/kernel/controllers/pids/
pids_task1.c 23 * -> 2 if fork fails with EAGAIN,
52 newpid = fork();
56 perror("fork() failed");
  /external/strace/tests/
run_expect_termsig.c 44 pid_t pid = fork();
46 perror_msg_and_fail("fork");
  /external/strace/tests-m32/
run_expect_termsig.c 44 pid_t pid = fork();
46 perror_msg_and_fail("fork");
  /external/strace/tests-mx32/
run_expect_termsig.c 44 pid_t pid = fork();
46 perror_msg_and_fail("fork");
  /external/valgrind/gdbserver_tests/
fork_chain.c 12 pid = fork();
14 perror("fork");
  /external/valgrind/memcheck/tests/
noisy_child.c 29 child = fork();
30 assert(child != -1); /* assert fork did not fail */
  /system/extras/simpleperf/runtest/
function_fork.cpp 24 pid_t pid = fork();
  /libcore/jsr166-tests/src/test/java/jsr166/
RecursiveActionTest.java 250 assertSame(f, f.fork());
268 assertSame(f, f.fork());
278 assertSame(f, f.fork());
291 assertSame(f, f.fork());
304 assertSame(f, f.fork());
314 assertSame(f, f.fork());
323 assertSame(f, f.fork());
354 fibActions[i].fork();
445 assertSame(f, f.fork());
460 assertSame(f, f.fork());
    [all...]
ForkJoinTaskTest.java 251 y.fork();
252 x.fork();
352 r.fork();
377 r.fork();
427 assertSame(f, f.fork());
442 assertSame(f, f.fork());
457 assertSame(f, f.fork());
472 assertSame(f, f.fork());
488 assertSame(f, f.fork());
504 assertSame(f, f.fork());
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
forker.c 39 * FUNCTION TITLE : fork desired number of copies of the current process
40 * fork a process and return control to caller
58 * The background function will do a fork of the current process.
62 * If the fork fails and prefix is not NULL, a error message is printed
65 * The forker function will fork <ncopies> minus one copies
70 * fork the next process, if necessary, and on and on.
86 * If the prefix parameter is not NULL and the fork system call fails,
112 #include <unistd.h> /* fork, getpid, sleep */
122 * This function will fork and the parent will exit zero and
127 * 0 : if fork did not fai
    [all...]
  /external/ltp/testcases/kernel/syscalls/waitid/
waitid01.c 71 TEST(fork());
74 "fork() failed");
88 TEST(fork());
91 "fork() failed");
106 TEST(pid = fork());
109 "fork() failed");
  /art/test/004-checker-UnsafeTest18/src/
Main.java 130 // Thread fork/join.
133 private static void fork(Runnable r) { method in class:Main
198 fork(new Runnable() { method
207 fork(new Runnable() { method
216 fork(new Runnable() { method
227 fork(new Runnable() { method
236 fork(new Runnable() { method
261 // the fork(), which means there is no happens-before relation in the Java memory model
270 fork(new Runnable() { method
284 // m.l after the fork(), which means there is no happens-before relation in the Java memor
293 fork(new Runnable() { method
314 fork(new Runnable() { method
    [all...]
  /external/compiler-rt/test/asan/TestCases/Posix/
wait4.cc 21 pid_t pid = fork();
  /external/compiler-rt/test/lsan/TestCases/
fork_threaded.cc 30 pid_t pid = fork();
  /external/compiler-rt/test/msan/
sigwait.cc 15 if (pid_t pid = fork()) {
sigwaitinfo.cc 15 if (pid_t pid = fork()) {
  /external/compiler-rt/test/tsan/
fork_multithreaded3.cc 16 switch (fork()) {
32 fprintf(stderr, "failed to fork (%d)\n", errno);
  /external/google-breakpad/src/common/mac/
launch_reporter.cc 41 pid_t pid = fork();
44 perror("fork");
45 fprintf(stderr, "Failed to fork reporter process\n");
  /external/iproute2/lib/
exec.c 15 pid = fork();
17 perror("fork");
  /external/jemalloc/test/unit/
fork.c 16 pid = fork();
26 test_fail("Unexpected fork() failure");
53 test_skip("fork(2) is irrelevant to Windows");
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/event/
event-pid.tc 9 echo 0 > options/event-fork
62 echo 1 > options/event-fork
  /external/ltp/lib/tests/
tst_process_state.c 43 pid = fork();
47 tst_brkm(TBROK | TERRNO, NULL, "Fork failed");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
2-1.c 10 * If no handling is desired at one or more of these three points, the corresponding fork
34 /* Set up the fork handlers */
48 /* Now call fork() to make sure everything goes smoothly */
49 pid = fork();
52 perror("Error in fork()\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
4-1.c 32 child_pid = fork();
34 perror("fork failed");

Completed in 695 milliseconds

12 3 4 5 6 7 8 91011>>