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

1 2

  /bionic/libc/bionic/
fork.c 35 int fork(void) function
39 /* Posix mandates that the timers of a fork child process be
52 // Fix the tid in the pthread_internal_t struct after a fork.
  /libcore/dalvik/src/main/java/dalvik/system/
Zygote.java 26 * be partially initialized and then fork()'d from the partially initialized
70 * We must not fork until we're single-threaded again. Wait until /proc shows we're
97 public static int fork() { method in class:Zygote
112 * fork()ing and and before spawning any threads.
114 * fork()ing and and before spawning any threads.
116 * setgroups() to after fork and before spawning any threads.
148 * fork()ing and and before spawning any threads.
150 * fork()ing and and before spawning any threads.
152 * setgroups() to after fork and before spawning any threads.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cn_proc.h 72 } fork; member in union:proc_event::__anon26315
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cn_proc.h 72 } fork; member in union:proc_event::__anon27906
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cn_proc.h 72 } fork; member in union:proc_event::__anon29420
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 38 * {@link #fork} and {@link #join}, or derivatives such as {@link
42 * support of new forms of fork/join processing.
49 * primary coordination mechanisms are {@link #fork}, that arranges
55 * cooperate with fork/join scheduling. Tasks should also not perform
80 * equivalent to {@code fork(); join()} but always attempts to begin
103 * particular style of fork/join processing, typically {@link
130 * creating new basic styles of fork/join processing should minimally
576 * necessarily enforced, it is a usage error to fork a task more
592 public final ForkJoinTask<V> fork() { method in class:ForkJoinTask
655 t2.fork();
    [all...]
  /external/bison/lib/
spawni.c 67 # define fork __fork macro
85 an error after the fork() was successful. Since no new wait status
170 new_pid = fork ();
  /external/linux-tools-perf/util/
session.h 82 fork, member in struct:perf_event_ops
event.h 138 struct fork_event fork; member in union:perf_event
  /external/valgrind/main/coregrind/
m_libcproc.c 350 pid = VG_(fork)();
579 Fork
582 Int VG_(fork) ( void ) function
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 78 /** fork */
79 private boolean fork; field in class:ANTLR3
311 // we are forced to fork ANTLR since there is a call
319 this.fork = s;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jdepend.jar 
ant-junit.jar 
ant.jar 
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/strace/
strace.c 215 /* Glue for systems without a MMU that cannot provide fork() */
220 # define fork() vfork() macro
325 if ((popen_pid = fork()) == -1)
327 fprintf(stderr, "%s: fork: %s\n",
389 pid_t pid = fork();
573 strace_child = pid = fork();
575 perror("strace: fork");
693 * First fork a new child, call ptrace with PTRACE_SETOPTIONS on it,
704 if ((pid = fork()) < 0)
710 _exit(fork() < 0)
    [all...]
  /external/emma/lib/
emma_ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 2877 milliseconds

1 2