Home
last modified time | relevance | path

Searched refs:pid_ (Results 1 – 20 of 20) sorted by relevance

/external/regex-re2/util/
Dthread.cc11 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()
Dthread.h20 pthread_t pid_;
/external/google-breakpad/src/client/mac/crash_generation/
Dclient_info.h37 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/
Dclient_info.h41 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/
Dlinux_dumper.cc76 : 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()
Dlinux_dumper.h162 const pid_t pid_; variable
Dlinux_ptrace_dumper.cc312 if (!BuildProcPath(task_path, pid_, "task")) in EnumerateThreads()
/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.h117 int getpid() const { return this->pid_; } in getpid()
155 int pid_;
Dsolaris_lwp.cc229 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/
Dclient_info.h60 DWORD pid() const { return pid_; } in pid()
109 DWORD pid_; variable
Dclient_info.cc46 pid_(pid), in ClientInfo()
62 process_handle_ = OpenProcess(GENERIC_ALL, FALSE, pid_); in Initialize()
/external/v8/src/
Dd8-posix.cc146 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/
Dsanitizer_stoptheworld_linux_libcdep.cc92 , pid_(pid) { in ThreadSuspender()
104 pid_t pid_; member in __sanitizer::ThreadSuspender
179 ThreadLister thread_lister(pid_); in SuspendAllThreads()
Dsanitizer_linux.h67 int pid_; variable
Dsanitizer_linux.cc636 : 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/
Dthread.h15 pid_t pid_; /* Not all tools update this */ member
Dthread.c16 self->pid_ = pid; in thread__new()
Dmachine.c271 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/
DGTMLogger.h436 pid_t pid_; variable
DGTMLogger.m446 pid_ = [[NSProcessInfo processInfo] processIdentifier];
470 tstamp, pname_, pid_, pthread_self(),