HomeSort by relevance Sort by last modified time
    Searched refs:fork (Results 126 - 150 of 289) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/linux-tools-perf/util/
python.c 95 static char pyrf_task_event__doc[] = PyDoc_STR("perf task (fork/exit) event object.");
112 pevent->event.header.type == PERF_RECORD_FORK ? "fork" : "exit",
113 pevent->event.fork.pid,
114 pevent->event.fork.ppid,
115 pevent->event.fork.tid,
116 pevent->event.fork.ptid,
117 pevent->event.fork.time);
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 135 * we can fork() and exec() for the verifier/optimizer, and we
138 * This ends up being called repeatedly before each fork(), but there's
338 /* native public static int fork(); */
351 ALOGE("pre-fork heap failed");
358 pid = fork();
506 * Utility routine to fork zygote and specialize the child process.
561 ALOGE("pre-fork heap failed");
568 pid = fork();
  /external/clang/tools/scan-build/
c++-analyzer 138 my $pid = fork();
240 my $pid = fork();
ccc-analyzer 138 my $pid = fork();
240 my $pid = fork();
  /external/libsepol/tests/policies/test-deps/
base-notmetreq.conf 265 fork
  /external/libsepol/tests/policies/test-expander/
alias-base.conf 266 fork
role-base.conf 266 fork
user-base.conf 266 fork
  /external/libsepol/tests/policies/test-hooks/
cmp_policy.conf 266 fork
small-base.conf 266 fork
  /external/netperf/
netserver.c 570 switch (fork())
651 * Since we cannot fork this process , we cant fire any threads
715 switch (fork())
758 /* fork. */
976 /* fork. But hopefully the kernel support will continue to exist */
  /system/core/adb/
services.c 175 pid = fork();
284 *pid = fork();
286 printf("- fork failed: %s -\n", strerror(errno));
  /cts/suite/audio_quality/lib/src/
SignalProcessingImpl.cpp 72 if ((pid = fork()) < 0) {
73 LOGE("SignalProcessingImpl::init fork failed %d", errno);
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize_addr2line_linux.cc 61 int pid = fork();
77 Printf("ThreadSanitizer: failed to fork symbolizer\n");
  /external/dhcpcd/
bind.c 77 switch (pid = fork()) {
79 syslog(LOG_ERR, "fork: %m");
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 100 my $p = fork();
  /external/dropbear/
svr-main.c 133 /* fork */
273 fork_ret = fork();
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 63 'fork', 'format', 'gets', 'global_variables', 'gsub', 'gsub!',
  /external/linux-tools-perf/bench/
sched-messaging.c 156 /* Fork the receiver. */
157 switch (fork()) {
159 barf("fork()");
241 /* Now we have all the fds, fork the senders */
  /external/linux-tools-perf/
builtin-annotate.c 172 .fork = perf_event__process_task,
builtin-diff.c 63 .fork = perf_event__process_task,
  /external/openssh/
ssh-pkcs11-client.c 160 if ((pid = fork()) == -1) {
161 error("fork: %s", strerror(errno));
  /external/valgrind/main/memcheck/tests/
atomic_incs.c 469 printf("parent, pre-fork\n");
496 child = fork();
498 perror("fork() failed\n");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 104 public void run(boolean fork, boolean cancelable, IRunnableWithProgress runnable)
  /system/core/libion/
ion_test.c 112 if (fork()) {

Completed in 1017 milliseconds

1 2 3 4 56 7 8 91011>>