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

1 2

  /external/llvm/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Program.h 50 ProcessId Pid;
175 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Program.h 50 ProcessId Pid;
175 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Program.h 50 ProcessId Pid;
175 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Program.h 50 ProcessId Pid;
175 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Program.h 50 ProcessId Pid;
175 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Program.h 50 ProcessId Pid;
175 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Program.h 50 ProcessId Pid;
175 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Program.h 50 ProcessId Pid;
175 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/go/darwin-x86/src/os/
exec_posix.go 46 pid, h, e := syscall.StartProcess(name, argv, sysattr)
50 return newProcess(pid, h), nil
59 pid int // The process's id.
64 // Pid returns the process id of the exited process.
65 func (p *ProcessState) Pid() int {
66 return p.pid
exec_plan9.go 34 pid, h, e := syscall.StartProcess(name, argv, sysattr)
39 return newProcess(pid, h), nil
43 f, e := OpenFile("/proc/"+itoa(p.Pid)+"/"+file, O_WRONLY, 0)
69 if p.Pid == -1 {
72 err = syscall.WaitProcess(p.Pid, &waitmsg)
79 pid: waitmsg.Pid,
87 p.Pid = -1
93 func findProcess(pid int) (p *Process, err error) {
95 return newProcess(pid, 0), ni
    [all...]
  /prebuilts/go/linux-x86/src/os/
exec_posix.go 46 pid, h, e := syscall.StartProcess(name, argv, sysattr)
50 return newProcess(pid, h), nil
59 pid int // The process's id.
64 // Pid returns the process id of the exited process.
65 func (p *ProcessState) Pid() int {
66 return p.pid
exec_plan9.go 34 pid, h, e := syscall.StartProcess(name, argv, sysattr)
39 return newProcess(pid, h), nil
43 f, e := OpenFile("/proc/"+itoa(p.Pid)+"/"+file, O_WRONLY, 0)
69 if p.Pid == -1 {
72 err = syscall.WaitProcess(p.Pid, &waitmsg)
79 pid: waitmsg.Pid,
87 p.Pid = -1
93 func findProcess(pid int) (p *Process, err error) {
95 return newProcess(pid, 0), ni
    [all...]
  /cts/hostsidetests/security/src/android/cts/security/
ProcessMustUseSeccompTest.java 31 private static final String PS_CMD = "toybox ps -A -o name,pid";
51 * Get the PID of process "Name" using "Cmd". If prefix == True only do
82 * Return true if the "Seccomp" field of /proc/<pid>/status is "2" which
85 private boolean pidHasSeccompBpf(String Pid) throws DeviceNotAvailableException {
87 mDevice.executeShellCommand("toybox cat /proc/" + Pid + "/status", Out);
104 String Pid = getPidFromCmd(Name, Cmd, prefix);
105 assertFalse(Name + " process not found.", Pid.equals(""));
108 + "/proc/" + Pid + "/status file should be set to \"2\"",
109 pidHasSeccompBpf(Pid));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 69 QtdHw->Pid = PktId;
380 UINT8 Pid;
422 Pid = QTD_PID_OUTPUT;
424 Pid = QTD_PID_INPUT;
427 StatusQtd = EhcCreateQtd (Ehc, NULL, NULL, 0, Pid, 1, Ep->MaxPacket);
445 Pid = QTD_PID_INPUT;
447 Pid = QTD_PID_OUTPUT;
459 Pid,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.c 68 QtdHw->Pid = PktId;
356 UINT8 Pid;
396 Pid = QTD_PID_OUTPUT;
398 Pid = QTD_PID_INPUT;
401 StatusQtd = EhcCreateQtd (Ehc, NULL, 0, Pid, 1, Ep->MaxPacket);
418 Pid = QTD_PID_INPUT;
420 Pid = QTD_PID_OUTPUT;
431 Pid,
  /external/libchrome/base/process/
process_posix.cc 240 Process Process::Open(ProcessId pid) {
241 if (pid == GetCurrentProcId())
245 return Process(pid);
249 Process Process::OpenWithExtraPrivileges(ProcessId pid) {
251 return Open(pid);
287 ProcessId Process::Pid() const {
324 pid_t pid = HANDLE_EINTR(waitpid(process_, NULL, WNOHANG)); local
325 if (pid == process_) {
329 if (pid == -1) {
332 // the same pid, causing the process state to get cleaned up
    [all...]
  /system/core/libbacktrace/include/backtrace/
Backtrace.h 116 // If pid < 0 or equals the current pid, then the Backtrace object
118 // If pid < 0 or equals the current pid and tid >= 0, then the Backtrace
120 // If pid >= 0 and tid < 0, then the Backtrace object corresponds to a
125 static Backtrace* Create(pid_t pid, pid_t tid, BacktraceMap* map = NULL);
132 static Backtrace* CreateOffline(ArchEnum arch, pid_t pid, pid_t tid,
135 static Backtrace* CreateOffline(ArchEnum arch, pid_t pid, pid_t tid, BacktraceMap* map);
142 static Backtrace* CreateOffline(pid_t pid, pid_t tid, BacktraceMap* map,
182 pid_t Pid() const { return pid_;
    [all...]

Completed in 650 milliseconds

1 2