HomeSort by relevance Sort by last modified time
    Searched refs:Pid (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_mips64.go 155 Pid int32
192 Pid uint32
273 Pid int32
432 Pid uint32
ztypes_linux_mips64le.go 155 Pid int32
192 Pid uint32
273 Pid int32
432 Pid uint32
ztypes_linux_ppc64.go 155 Pid int32
192 Pid uint32
273 Pid int32
432 Pid uint32
ztypes_linux_ppc64le.go 155 Pid int32
192 Pid uint32
273 Pid int32
432 Pid uint32
ztypes_linux_s390x.go 152 Pid int32
189 Pid uint32
270 Pid int32
429 Pid uint32
syscall_linux_test.go 86 syscall.Kill(cmd.Process.Pid, syscall.SIGTERM)
ztypes_darwin_386.go 104 Pid int32
380 Pid int32
ztypes_darwin_amd64.go 109 Pid int32
388 Pid int32
ztypes_darwin_arm.go 105 Pid int32
381 Pid int32
ztypes_darwin_arm64.go 109 Pid int32
388 Pid int32
ztypes_dragonfly_amd64.go 128 Pid int32
369 Pid int32
  /prebuilts/go/linux-x86/src/syscall/
syscall_unix_test.go 53 Pid: int32(0),
110 flock.Pid = int32(syscall.Getppid())
113 if got.Type == flock.Type && got.Start == flock.Start && got.Len == flock.Len && got.Pid == flock.Pid && got.Whence == flock.Whence {
ztypes_linux_386.go 152 Pid int32
188 Pid uint32
267 Pid int32
426 Pid uint32
ztypes_linux_amd64.go 153 Pid int32
190 Pid uint32
271 Pid int32
430 Pid uint32
ztypes_linux_arm.go 155 Pid int32
192 Pid uint32
271 Pid int32
430 Pid uint32
ztypes_linux_mips64.go 155 Pid int32
192 Pid uint32
273 Pid int32
432 Pid uint32
ztypes_linux_mips64le.go 155 Pid int32
192 Pid uint32
273 Pid int32
432 Pid uint32
ztypes_linux_ppc64.go 155 Pid int32
192 Pid uint32
273 Pid int32
432 Pid uint32
ztypes_linux_ppc64le.go 155 Pid int32
192 Pid uint32
273 Pid int32
432 Pid uint32
ztypes_linux_s390x.go 152 Pid int32
189 Pid uint32
270 Pid int32
429 Pid uint32
syscall_linux_test.go 86 syscall.Kill(cmd.Process.Pid, syscall.SIGTERM)
  /build/soong/ui/tracer/
ninja.go 126 Pid: 1,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UsbFunctionIo.h 295 @param[out] Pid Returned product-id of the device.
307 OUT UINT16 *Pid
  /external/libchrome/base/process/
process_posix.cc 249 Process Process::Open(ProcessId pid) {
250 if (pid == GetCurrentProcId())
254 return Process(pid);
258 Process Process::OpenWithExtraPrivileges(ProcessId pid) {
260 return Open(pid);
291 ProcessId Process::Pid() const {
322 pid_t pid = HANDLE_EINTR(waitpid(process_, NULL, WNOHANG)); local
323 if (pid == process_) {
327 if (pid == -1) {
330 // the same pid, causing the process state to get cleaned up
    [all...]
  /prebuilts/go/darwin-x86/src/os/
exec.go 17 Pid int
23 func newProcess(pid int, handle uintptr) *Process {
24 p := &Process{Pid: pid, handle: handle}
75 // FindProcess looks for a running process by its pid.
81 // for the given pid, regardless of whether the process exists.
82 func FindProcess(pid int) (*Process, error) {
83 return findProcess(pid)

Completed in 1205 milliseconds

1 23 4 5