Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 25 of 41) sorted by relevance

12

/device/google/cuttlefish_common/guest/hals/ril/libril/
DAndroid.mk19 ifeq (libril-cuttlefish-fork,$(CUTTLEFISH_LIBRIL_NAME))
24 LOCAL_MODULE := libril-cuttlefish-fork
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpty.py90 def fork(): function
108 pid = os.fork()
159 pid, master_fd = fork()
Dpopen2.py56 self.pid = os.fork()
124 self.pid = os.fork()
/device/google/cuttlefish_common/guest/hals/rild/
DAndroid.mk27 libril-cuttlefish-fork
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DStubFunctions.c56 fork (void) in fork() function
/device/generic/goldfish/network/netmgr/
Dfork.cpp28 pid_t pid = ::fork(); in forkAndExec()
DAndroid.bp27 "fork.cpp",
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_wait3.py11 os.fork
Dtest_popen2.py30 from os import fork
31 del fork
Dtest_fork1.py46 pid = os.fork()
Dfork_wait.py64 cpid = os.fork()
Dtest_pty.py114 pid, master_fd = pty.fork()
Dtest_signal.py155 child = os.fork()
302 pid = os.fork()
Dtest_platform.py205 pid = os.fork()
/device/generic/goldfish/wifi/createns/
Dcreatens.cpp160 pid_t pid = ::fork(); in daemonize()
170 pid = ::fork(); in daemonize()
/device/generic/opengl-transport/host/commands/emugen/
DREADME.md3 This directory contains a fork of the emugen tool from the external/qemu project
/device/google/cuttlefish_common/common/libs/fs/
Dshared_fd_test.cpp40 int rval = fork(); in TEST()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
Dtelnet.py59 pid = posix.fork()
/device/google/marlin/dataservices/datatop/src/
Ddatatop_sys_snap.c88 child_pid = fork(); in dtop_run_and_log()
/device/google/cuttlefish/shared/
DBoardConfig.mk112 CUTTLEFISH_LIBRIL_NAME := libril-cuttlefish-fork
/device/linaro/bootloader/arm-trusted-firmware/
Dcontributing.rst21 - Clone the fork to your own machine.
85 - Push your local changes to your fork of the repository.
116 .. _Fork: https://help.github.com/articles/fork-a-repo
/device/linaro/bootloader/edk2/StdLib/Include/
Dunistd.h121 pid_t fork(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dspawn.py105 pid = os.fork()
/device/google/cuttlefish_common/host/commands/launch/
Dmain.cc227 auto pid = fork(); in DaemonizeLauncher()
291 auto child_pid = fork(); in StopCvd()
/device/google/cuttlefish_common/common/libs/utils/
Dsubprocess.cpp87 pid_t pid = fork(); in subprocess_impl()

12