/device/generic/goldfish/wifi/createns/ |
D | createns.cpp | 98 static bool writeNamespacePid(const char* name, pid_t pid) { in writeNamespacePid() 160 pid_t pid = ::fork(); in daemonize() local 263 pid_t pid = daemonize(writePipe.get()); in main() local
|
/device/generic/goldfish/network/netmgr/ |
D | fork.cpp | 28 pid_t pid = ::fork(); in forkAndExec() local
|
/device/generic/goldfish/wifi/ipv6proxy/ |
D | namespace.cpp | 70 bool setNetworkNamespace(pid_t pid) { in setNetworkNamespace()
|
/device/google/marlin/dataservices/rmnetctl/inc/ |
D | librmnetctl_hndl.h | 58 uint32_t pid; member
|
/device/google/fuchsia/bioniccompat/include/sys/ |
D | capability.h | 27 int pid; member
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | sockev.h | 32 __u32 pid; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | sockev.h | 22 __u32 pid; /* (struct task_struct*)->pid */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | edk2module.c | 2060 pid_t pid; in edk2_fork1() local 2093 pid_t pid; in edk2_fork() local 2219 pid_t pid; in edk2_forkpty() local 2290 pid_t pid; in edk2_kill() local 2376 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() 2442 pid_t pid; in edk2_wait3() local 2452 pid = wait3(&status, options, &ru); in edk2_wait3() local 2467 pid_t pid; in edk2_wait4() local 2477 pid = wait4(pid, &status, options, &ru); in edk2_wait4() local 2492 pid_t pid; in edk2_waitpid() local [all …]
|
/device/google/cuttlefish_common/common/libs/utils/ |
D | subprocess.cpp | 87 pid_t pid = fork(); in subprocess_impl() local 158 auto pid = pid_; // Wait will set pid_ to -1 after waiting in Wait() local
|
D | subprocess.h | 38 Subprocess(pid_t pid, SharedFD control) in Subprocess()
|
/device/google/cuttlefish_common/host/commands/stop_cvd/ |
D | main.cc | 65 int64_t pid; in GetCandidateProcessGroups() local
|
/device/google/marlin/dataservices/datatop/src/ |
D | datatop.c | 164 int pid, rc; in dtop_set_niceness() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | edk2module.c | 2114 pid_t pid; in posix_fork1() local 2147 pid_t pid; in posix_fork() local 2273 pid_t pid; in posix_forkpty() local 2455 pid_t pid, pgid; in posix_getpgid() local 2565 pid_t pid; in posix_kill() local 4344 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() 4410 pid_t pid; in posix_wait3() local 4420 pid = wait3(&status, options, &ru); in posix_wait3() local 4435 pid_t pid; in posix_wait4() local 4445 pid = wait4(pid, &status, options, &ru); in posix_wait4() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | thread_os2.h | 159 PID pid = 0; in PyThread_acquire_lock() local
|
D | thread_sgi.h | 81 pid_t mypid, pid; in clean_threads() local
|
/device/generic/goldfish/wifi/execns/ |
D | execns.cpp | 130 std::string pid = readNamespacePid(ns); in setNetworkNamespace() local
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Context.h | 117 int pid = 0; member
|
/device/generic/goldfish/gralloc/ |
D | gralloc_priv.h | 79 int pid; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | posixmodule.c | 3656 pid_t pid; in posix_fork1() local 3689 pid_t pid; in posix_fork() local 3815 pid_t pid; in posix_forkpty() local 3997 pid_t pid, pgid; in posix_getpgid() local 4108 pid_t pid; in posix_kill() local 4166 DWORD pid, sig, err; in win32_kill() local 5934 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() 6000 pid_t pid; in posix_wait3() local 6010 pid = wait3(&status, options, &ru); in posix_wait3() local 6025 pid_t pid; in posix_wait4() local [all …]
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | VirtioGpuStream.cpp | 78 int pid; in processPipeInit() member
|
/device/google/cuttlefish_common/host/commands/launch/ |
D | main.cc | 227 auto pid = fork(); in DaemonizeLauncher() local
|
/device/google/wahoo/usb/ |
D | UsbGadget.cpp | 274 static V1_0::Status setVidPid(const char *vid, const char *pid) { in setVidPid()
|
/device/google/bonito/usb/ |
D | UsbGadget.cpp | 299 static V1_0::Status setVidPid(const char *vid, const char *pid) { in setVidPid()
|
/device/google/crosshatch/usb/ |
D | UsbGadget.cpp | 299 static V1_0::Status setVidPid(const char *vid, const char *pid) { in setVidPid()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | compat.c | 190 unsigned int pid; in mkstemp() local
|