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

1 23 4 5 6 7 8 91011>>

  /external/bluetooth/glib/docs/reference/glib/tmpl/
spawn.sgml 25 @G_SPAWN_ERROR_FORK: Fork failed due to lack of memory.
91 to be called in the child between fork() and exec(), which drastically
thread_pools.sgml 9 Sometimes you wish to asynchronously fork out the execution of work and
  /external/clearsilver/util/
filter.c 107 if ((rpid = fork ()) == 0)
153 return nerr_raise_errno(NERR_SYSTEM, "Unable to fork for command: %s", cmd);
  /external/e2fsprogs/lib/ss/
help.c 109 switch (child = fork()) {
111 ss_perror(sci_idx, errno, "Can't fork for pager");
  /external/qemu/slirp/
misc.c 238 * We create and bind a socket, then fork off to another
243 * do_pty = 0 Fork/exec inetd style
244 * do_pty = 1 Fork/exec using slirp.telnetd
245 * do_ptr = 2 Fork/exec using pty
293 switch(fork()) {
295 lprint("Error: fork failed: %s\n", strerror(errno));
858 switch(fork()) {
860 lprint("Error: fork failed: %s\n", strerror(errno));
  /external/qemu/slirp-android/
misc.c 218 * We create and bind a socket, then fork off to another
223 * do_pty = 0 Fork/exec inetd style
224 * do_pty = 1 Fork/exec using slirp.telnetd
225 * do_ptr = 2 Fork/exec using pty
262 switch(fork()) {
264 lprint("Error: fork failed: %s\n", strerror(errno));
821 switch(fork()) {
823 lprint("Error: fork failed: %s\n", strerror(errno));
  /frameworks/base/tools/localize/
Perforce.cpp 36 pid = fork();
38 printf("couldn't fork. eixiting\n");
  /sdk/emulator/qtools/
trace_reader_base.h 40 int rec_type; // record type: fork, context switch, exit ...
42 int pid; // for fork: child pid; for switch: next pid;
  /system/core/logwrapper/
logwrapper.c 153 pid = fork();
155 fatal("Failed to fork\n");
  /system/extras/tests/sdcard/
sysutil.h 43 // .forkOrExit Fork a child or exit.
129 // Try to fork. exit on failure.
  /system/netd/
TetherController.cpp 111 if ((pid = fork()) < 0) {
112 LOGE("fork failed (%s)", strerror(errno));
logwrapper.c 128 pid = fork();
131 LOG(LOG_ERROR, "logwrapper", "Failed to fork");
  /system/vold/
logwrapper.c 126 pid = fork();
128 LOG(LOG_ERROR, "logwrapper", "Failed to fork");
  /external/grub/stage2/
xfs.h 58 typedef xfs_int16_t xfs_aextnum_t; /* # extents in an attribute fork */
503 xfs_extnum_t di_nextents; /* number of extents in data fork */
504 xfs_aextnum_t di_anextents; /* number of extents in attribute fork*/
505 xfs_uint8_t di_forkoff; /* attr fork offs, <<3 for 64b align */
506 xfs_int8_t di_aformat; /* format of attr fork's data */
  /external/netperf/
config.h 33 /* Define to 1 if you have the `fork' function. */
223 /* Define to 1 if `fork' works. */
350 /* Define as `fork' if `vfork' does not work. */
  /system/core/adb/
services.c 186 pid = fork();
294 pid = fork();
296 printf("- fork failed: %s -\n", strerror(errno));
  /bionic/libc/bionic/
pthread_internal.h 110 /* needed by fork.c */
  /dalvik/vm/analysis/
DexOptimize.h 110 * Continue the optimization process on the other side of a fork/exec.
  /development/simulator/app/
Pipe.h 84 * copies of the descriptors. Systems with fork+exec allow us to close
  /external/bison/djgpp/
config.site 80 # There is no fork and vfork functionality.
  /external/bluetooth/glib/glib/
gspawn.h 37 G_SPAWN_ERROR_FORK, /* fork failed due to lack of memory */
  /external/clearsilver/util/test/
net_test.c 160 child = fork();
  /external/dbus/dbus/
dbus-sysdeps-util-unix.c 61 * Does the chdir, fork, setsid, etc. to become a daemon process.
88 switch ((child_pid = fork ()))
91 _dbus_verbose ("fork failed\n");
93 "Failed to fork daemon: %s", _dbus_strerror (errno));
  /external/dhcpcd/
README 18 If you're building for an MMU-less system where fork() does not work, you
  /external/dropbear/
debug.h 54 * It's useful to run dropbear -F, so you don't fork as much */

Completed in 543 milliseconds

1 23 4 5 6 7 8 91011>>