/external/regex-re2/util/ |
D | thread.cc | 11 pid_ = 0; in Thread() 27 pthread_create(&pid_, 0, startThread, this); in Start() 30 pthread_detach(pid_); in Start() 37 pthread_join(pid_, &val); in Join()
|
D | thread.h | 20 pthread_t pid_;
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | client_info.h | 37 explicit ClientInfo(pid_t pid) : pid_(pid) {} in ClientInfo() 39 pid_t pid() const { return pid_; } in pid() 42 pid_t pid_;
|
/external/google-breakpad/src/client/linux/crash_generation/ |
D | client_info.h | 41 pid_(pid) {} in ClientInfo() 44 pid_t pid() const { return pid_; } in pid() 48 pid_t pid_; variable
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_dumper.cc | 76 : pid_(pid), in LinuxDumper() 108 if (pid_ == sys_getpid()) { in ElfFileIdentifierForMapping() 112 CopyFromProcess(linux_gate, pid_, in ElfFileIdentifierForMapping() 259 if (!BuildProcPath(auxv_path, pid_, "auxv")) { in ReadAuxv() 285 if (!BuildProcPath(maps_path, pid_, "maps")) in EnumerateMappings() 454 if (!BuildProcPath(exe_link, pid_, "exe")) in HandleDeletedFileInMapping()
|
D | linux_dumper.h | 162 const pid_t pid_; variable
|
D | linux_ptrace_dumper.cc | 312 if (!BuildProcPath(task_path, pid_, "task")) in EnumerateThreads()
|
/external/google-breakpad/src/client/solaris/handler/ |
D | solaris_lwp.h | 117 int getpid() const { return this->pid_; } in getpid() 155 int pid_;
|
D | solaris_lwp.cc | 229 SolarisLwp::SolarisLwp(int pid) : pid_(pid) { in SolarisLwp() 237 return IterateLwpAll(pid_, &callback_param); in ControlAllLwps() 241 return IterateLwpAll(pid_, NULL); in GetLwpCount()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | client_info.h | 60 DWORD pid() const { return pid_; } in pid() 109 DWORD pid_; variable
|
D | client_info.cc | 46 pid_(pid), in ClientInfo() 62 process_handle_ = OpenProcess(GENERIC_ALL, FALSE, pid_); in Initialize()
|
/external/v8/src/ |
D | d8-posix.cc | 146 explicit ZombieProtector(int pid): pid_(pid) { } in ZombieProtector() 147 ~ZombieProtector() { if (pid_ != 0) waitpid(pid_, NULL, 0); } in ~ZombieProtector() 148 void ChildIsDeadNow() { pid_ = 0; } in ChildIsDeadNow() 150 int pid_; member in v8::ZombieProtector
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 92 , pid_(pid) { in ThreadSuspender() 104 pid_t pid_; member in __sanitizer::ThreadSuspender 179 ThreadLister thread_lister(pid_); in SuspendAllThreads()
|
D | sanitizer_linux.h | 67 int pid_; variable
|
D | sanitizer_linux.cc | 636 : pid_(pid), in ThreadLister() 692 Report("Can't read directory entries from /proc/%d/task.\n", pid_); in GetDirectoryEntries()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | thread.h | 15 pid_t pid_; /* Not all tools update this */ member
|
D | thread.c | 16 self->pid_ = pid; in thread__new()
|
D | machine.c | 271 if (pid && pid != machine->last_match->pid_) in __machine__findnew_thread() 272 machine->last_match->pid_ = pid; in __machine__findnew_thread() 282 if (pid && pid != th->pid_) in __machine__findnew_thread() 283 th->pid_ = pid; in __machine__findnew_thread()
|
/external/google-breakpad/src/common/mac/ |
D | GTMLogger.h | 436 pid_t pid_; variable
|
D | GTMLogger.m | 446 pid_ = [[NSProcessInfo processInfo] processIdentifier]; 470 tstamp, pname_, pid_, pthread_self(),
|