Searched refs:fork (Results 1 - 25 of 907) sorted by relevance

1234567891011>>

/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc-filter-pid.tc24 if [ ! -f options/function-fork ]; then
26 echo "no option for function-fork found. Option will not be tested."
32 # default value of function-fork option
33 orig_value=`grep function-fork trace_options`
71 echo nofunction-fork > trace_options
93 echo function-fork > trace_options
103 fail "PID filtering not following fork?"
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dwait.cc13 pid_t pid = fork();
H A Dcoverage-fork-direct.cc2 // RUN: rm -rf %T/coverage-fork-direct
3 // RUN: mkdir -p %T/coverage-fork-direct && cd %T/coverage-fork-direct
23 pid_t child_pid = fork();
H A Dcoverage-fork.cc2 // RUN: rm -rf %T/coverage-fork
3 // RUN: mkdir -p %T/coverage-fork && cd %T/coverage-fork
22 pid_t child_pid = fork();
H A Dwait3.cc14 pid_t pid = fork();
H A Dwaitid.cc10 pid_t pid = fork();
/external/compiler-rt/test/lsan/TestCases/
H A Dfork.cc16 pid_t pid = fork();
/external/libmicrohttpd/src/testcurl/
H A Dgauger.h25 if(!(__gauger_p=fork())){\
26 if(!fork()){ \
53 if(!(__gauger_p=fork())){\
54 if(!fork()){\
/external/ltp/lib/tests/
H A Dtst_checkpoint.c39 pid = fork();
H A Dtst_checkpoint_wait_timeout.c39 pid = fork();
/external/ltp/testcases/kernel/controllers/cgroup/
H A Dfork_processes.c35 pid = fork();
/external/ltp/testcases/open_posix_testsuite/conformance/behavior/WIFEXITED/
H A D1-1.c18 switch (fork()) {
25 perror("fork failed");
H A D1-2.c18 switch (fork()) {
25 perror("fork failed");
H A D1-3.c18 switch (fork()) {
28 perror("fork failed");
/external/valgrind/none/tests/
H A Dfork.c11 pid = fork ();
/external/compiler-rt/test/tsan/
H A Dfork_atexit.cc20 int pid = fork();
H A Dfork_deadlock.cc20 switch (fork()) {
30 fprintf(stderr, "failed to fork (%d)\n", errno);
H A Dfork_multithreaded.cc21 switch (fork()) {
33 fprintf(stderr, "failed to fork (%d)\n", errno);
39 // CHECK-DIE: ThreadSanitizer: starting new threads after multi-threaded fork is not supported
42 // CHECK-NODIE-NOT: ThreadSanitizer: starting new threads after multi-threaded fork is not supported
/external/libchrome/sandbox/linux/services/
H A Dresource_limits_unittests.cc28 // Not being able to fork breaks LeakSanitizer, so disable on
31 // Make sure that fork will fail with EAGAIN.
34 pid_t pid = fork();
35 // Reap any child if fork succeeded.
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-stack.c39 pid = fork();
/external/ltp/testcases/kernel/controllers/freezer/
H A Dfork_exec_loop.c33 if (fork() == 0)
/external/ltp/testcases/kernel/controllers/pids/
H A Dpids_task1.c23 * -> 2 if fork fails with EAGAIN,
52 newpid = fork();
56 perror("fork() failed");
/external/openssh/openbsd-compat/
H A Ddaemon.c56 switch (fork()) {
/external/strace/tests/
H A Drun_expect_termsig.c44 pid_t pid = fork();
46 perror_msg_and_fail("fork");
/external/strace/tests-m32/
H A Drun_expect_termsig.c44 pid_t pid = fork();
46 perror_msg_and_fail("fork");

Completed in 438 milliseconds

1234567891011>>