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

12345678910

/external/linux-tools-perf/util/
H A Dbuild-id.c49 struct thread *thread = perf_session__findnew(session, event->fork.tid);
51 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid,
52 event->fork.ppid, event->fork.ptid);
66 .fork = perf_event__process_task,
/external/compiler-rt/lib/lsan/lit_tests/TestCases/
H A Dfork.cc16 pid_t pid = fork();
H A Dfork_threaded.cc30 pid_t pid = fork();
/external/valgrind/main/none/tests/
H A Dfork.c11 pid = fork ();
H A Dsyscall-restart1.c25 pid = fork();
28 perror("fork failed");
H A Dsyscall-restart2.c25 pid = fork();
28 perror("fork failed");
H A Dthreaded-fork.c25 childpid = fork();
33 perror( "FAILED: fork failed\n" );
/external/openssh/openbsd-compat/
H A Ddaemon.c56 switch (fork()) {
/external/valgrind/main/gdbserver_tests/
H A Dfork_chain.c12 pid = fork();
14 perror("fork");
H A Dclean_after_fork.c9 pid = fork();
12 perror("fork");
H A Dmcclean_after_fork.stdoutB.exp6 9 pid = fork();
/external/valgrind/main/memcheck/tests/
H A Dnoisy_child.c29 child = fork();
30 assert(child != -1); /* assert fork did not fail */
/external/chromium_org/tools/android/adb_reboot/
H A Dadb_reboot.c13 int i = fork();
18 printf("fork error");
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dposix.cc64 pid_t pid = fork();
66 LOG_ERR(LS_ERROR) << "fork()";
88 pid = fork();
94 _exit(exit_code); // if second fork failed
/external/chromium_org/base/test/
H A Dmultiprocess_test_android.cc24 pid_t pid = fork();
27 PLOG(ERROR) << "fork";
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
H A DSkiaSharedBufferStream.h61 virtual SkiaSharedBufferStream* fork() const OVERRIDE;
/external/chromium_org/tools/android/common/
H A Ddaemon.cc57 if (fork()) {
/external/compiler-rt/lib/msan/lit_tests/
H A Dptrace.cc13 pid = fork();
/external/valgrind/main/drd/tests/
H A Dthreaded-fork.c0 /* fork a process that has created a detached thread. */
28 childpid = fork();
36 perror("FAILED: fork failed\n");
/external/valgrind/main/none/tests/amd64/
H A Dallexec.c13 pid_t child = fork(); \
15 else if (child == -1) perror ("cannot fork\n"); \
/external/valgrind/main/none/tests/arm/
H A Dallexec.c13 pid_t child = fork(); \
15 else if (child == -1) perror ("cannot fork\n"); \
/external/valgrind/main/none/tests/mips32/
H A Dallexec.c13 pid_t child = fork(); \
15 else if (child == -1) perror ("cannot fork\n"); \
/external/valgrind/main/none/tests/ppc32/
H A Dallexec.c13 pid_t child = fork(); \
15 else if (child == -1) perror ("cannot fork\n"); \
/external/valgrind/main/none/tests/ppc64/
H A Dallexec.c13 pid_t child = fork(); \
15 else if (child == -1) perror ("cannot fork\n"); \
/external/valgrind/main/none/tests/s390x/
H A Dallexec.c13 pid_t child = fork(); \
15 else if (child == -1) perror ("cannot fork\n"); \

Completed in 363 milliseconds

12345678910