HomeSort by relevance Sort by last modified time
    Searched full:fork (Results 101 - 125 of 499) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/dnsmasq/src/
log.c 48 pid_t pid; /* to avoid duplicates over a fork */
153 /* Avoid duplicates over a fork() */
  /external/dropbear/
svr-main.c 133 /* fork */
273 fork_ret = fork();
random.c 157 * the random pools for fork()ed processes. */
  /external/mtpd/
mtpd.c 322 pppd_pid = fork();
324 log_print(FATAL, "Fork() %s", strerror(errno));
  /external/oprofile/daemon/
opd_perfmon.c 429 ret = fork();
431 fprintf(stderr, "Couldn't fork perfmon child.\n");
  /system/extras/tests/sdcard/
sysutil.cpp 352 pid_t childpid = fork();
356 fprintf(stderr, "Fork failed: %d %s", errno, strerror(errno));
  /system/netd/
SoftapController.cpp 140 if ((pid = fork()) < 0) {
141 LOGE("fork failed (%s)", strerror(errno));
  /external/dbus/bus/
config-parser.c 131 unsigned int fork : 1; /**< TRUE to fork into daemon mode */ member in struct:BusConfigParser
162 return "fork";
373 if (included->fork)
374 parser->fork = TRUE;
739 else if (strcmp (element_name, "fork") == 0)
741 if (!check_no_attributes (parser, "fork", attribute_names, attribute_values, error))
750 parser->fork = TRUE;
    [all...]
bus.c 57 unsigned int fork : 1; member in struct:BusContext
388 context->fork = bus_config_parser_get_fork (parser);
666 /* check user before we fork */
685 if ((force_fork != FORK_NEVER && context->fork) || force_fork == FORK_ALWAYS)
    [all...]
  /bionic/libc/include/
unistd.h 54 extern pid_t fork(void);
  /bionic/libc/unistd/
popen.c 83 * because vfork() instead of fork(), must leak FILE *,
  /dalvik/vm/alloc/
Alloc.h 33 * Do any last-minute preparation before we call fork() for the first time.
HeapSource.h 46 * will create an additional zygote heap before the first fork().
  /external/blktrace/btt/
bno_plot.py 115 pid = os.fork()
  /external/bluetooth/glib/tests/
child-test.c 80 pid = fork ();
  /external/qemu/
INSTALL 30 The Android emulator is a heavy fork of QEMU 0.8.2, and as such,
  /external/stlport/src/
cxa.c 182 /* Remove the registered fork handlers. We do not have to
  /external/strace/strace/linux/sparc/
syscall.h 164 int sys_vfork(); /* XXX - was awaiting fork w/ copy on write */
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
THINK_C_notes 93 from the resource fork of the Flex application. This is done by calling
  /ndk/build/platforms/android-3/arch-arm/usr/include/
unistd.h 54 extern pid_t fork(void);
  /ndk/build/platforms/android-4/arch-arm/usr/include/
unistd.h 54 extern pid_t fork(void);
  /ndk/build/platforms/android-5/arch-arm/usr/include/
unistd.h 54 extern pid_t fork(void);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
unistd.h 54 extern pid_t fork(void);
  /ndk/build/platforms/android-8/arch-arm/usr/include/
unistd.h 54 extern pid_t fork(void);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
unistd.h 54 extern pid_t fork(void);

Completed in 1931 milliseconds

1 2 3 45 6 7 8 91011>>