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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/libiberty/
vfork.c 1 /* Emulate vfork using just plain fork, for systems without a real vfork.
8 Emulates @code{vfork} by calling @code{fork} and returning its value.
16 extern int fork (void);
21 return (fork ());
  /external/adhd/cras/src/common/
cras_metrics.c 15 if (!fork()) {
25 if (!fork()) {
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
func-filter-pid.tc 25 if [ ! -f options/function-fork ]; then
27 echo "no option for function-fork found. Option will not be tested."
33 # default value of function-fork option
34 orig_value=`grep function-fork trace_options`
72 echo nofunction-fork > trace_options
94 echo function-fork > trace_options
104 fail "PID filtering not following fork?"
  /system/extras/tests/cpueater/
cpueater.c 34 switch(fork()) {
44 /* fork again to fully detach from controlling terminal. */
45 switch(pid = fork()) {
  /bionic/libc/bionic/
fork.cpp 35 int fork() { function
  /external/compiler-rt/test/asan/TestCases/Posix/
wait.cc 13 pid_t pid = fork();
coverage-fork-direct.cc 2 // 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();
coverage-fork.cc 2 // RUN: rm -rf %T/coverage-fork
3 // RUN: mkdir -p %T/coverage-fork && cd %T/coverage-fork
22 pid_t child_pid = fork();
wait3.cc 14 pid_t pid = fork();
waitid.cc 10 pid_t pid = fork();
  /external/compiler-rt/test/lsan/TestCases/
fork.cc 16 pid_t pid = fork();
  /external/libmicrohttpd/src/testcurl/
gauger.h 25 if(!(__gauger_p=fork())){\
26 if(!fork()){ \
53 if(!(__gauger_p=fork())){\
54 if(!fork()){\
  /external/ltp/lib/tests/
tst_checkpoint.c 39 pid = fork();
43 tst_brkm(TBROK | TERRNO, NULL, "Fork failed");
tst_checkpoint_wait_timeout.c 39 pid = fork();
43 tst_brkm(TBROK | TERRNO, NULL, "Fork failed");
  /external/ltp/testcases/kernel/controllers/cgroup/
fork_processes.c 35 pid = fork();
  /external/ltp/testcases/open_posix_testsuite/conformance/behavior/WIFEXITED/
1-1.c 18 switch (fork()) {
25 perror("fork failed");
1-2.c 18 switch (fork()) {
25 perror("fork failed");
1-3.c 18 switch (fork()) {
28 perror("fork failed");
  /external/valgrind/none/tests/
fork.c 11 pid = fork ();
  /system/update_engine/init/
update-engine.conf 27 expect fork
  /bionic/libc/upstream-openbsd/lib/libc/gen/
daemon.c 41 switch (fork()) {
  /external/compiler-rt/test/tsan/
fork_atexit.cc 20 int pid = fork();
fork_deadlock.cc 20 switch (fork()) {
30 fprintf(stderr, "failed to fork (%d)\n", errno);
fork_multithreaded.cc 21 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/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal-stack.c 39 pid = fork();

Completed in 250 milliseconds

1 2 3 4 5 6 7 8 91011>>