HomeSort by relevance Sort by last modified time
    Searched refs:pid_ (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/google-breakpad/src/client/mac/crash_generation/
client_info.h 37 explicit ClientInfo(pid_t pid) : pid_(pid) {}
39 pid_t pid() const { return pid_; }
42 pid_t pid_; member in class:google_breakpad::ClientInfo
  /external/google-breakpad/src/client/linux/crash_generation/
client_info.h 41 pid_(pid) {}
44 pid_t pid() const { return pid_; }
48 pid_t pid_; member in class:google_breakpad::ClientInfo
  /system/core/libunwindstack/tests/
TestUtils.h 29 TestScopedPidReaper(pid_t pid) : pid_(pid) {}
31 kill(pid_, SIGKILL);
32 waitpid(pid_, nullptr, 0);
36 pid_t pid_; member in class:unwindstack::TestScopedPidReaper
  /system/core/libbacktrace/
ThreadEntry.h 54 bool Match(pid_t chk_pid, pid_t chk_tid) { return (chk_pid == pid_ && chk_tid == tid_); }
56 pid_t pid_; member in class:ThreadEntry
BacktraceMap.cpp 42 BacktraceMap::BacktraceMap(pid_t pid) : pid_(pid) {
43 if (pid_ < 0) {
44 pid_ = getpid();
121 snprintf(cmd, sizeof(cmd), "vmmap -w -resident -submap -allSplitLibs -interleaved %d", pid_);
125 snprintf(path, sizeof(path), "/proc/%d/maps", pid_);
  /system/core/init/
subcontext.h 41 : path_prefix_(std::move(path_prefix)), context_(std::move(context)), pid_(0) {
51 pid_t pid() const { return pid_; }
59 pid_t pid_; member in class:android::init::Subcontext
subcontext.cpp 260 pid_ = result;
261 LOG(INFO) << "Forked subcontext for '" << context_ << "' with pid " << pid_; local
267 if (pid_) {
268 kill(pid_, SIGKILL);
270 pid_ = 0;
307 ucred cr = {.pid = pid_, .uid = 0, .gid = 0};
  /system/extras/iotop/
taskstats.h 34 pid_t pid() const { return pid_; }
46 void set_pid(pid_t pid) { pid_ = pid; }
52 pid_t pid_; member in class:TaskStatistics
taskstats.cpp 172 pid_ = taskstats_stats.ac_pid;
176 pid_ = taskstats_stats.ac_pid;
211 if (pid_ == pid_statistics.pid_) {
214 gid_ = pid_statistics.pid_;
  /external/libbrillo/brillo/
process.cc 50 : pid_(0),
321 if (pid_ == 0) {
325 if (HANDLE_EINTR(waitpid(pid_, &status, 0)) < 0) {
327 LOG(ERROR) << "Problem waiting for pid " << pid_ << ": " << saved_errno;
330 pid_t old_pid = pid_;
352 return pid_;
356 if (pid_ == 0) {
361 if (kill(pid_, signal) < 0) {
362 PLOG(ERROR) << "Unable to send signal to " << pid_;
368 pid_t w = waitpid(pid_, &status, WNOHANG)
    [all...]
  /system/extras/simpleperf/
InplaceSamplerClient.cpp 43 : attr_(attr), pid_(pid), tids_(tids), got_start_profiling_reply_msg_(false) {
56 std::string server_path = "inplace_sampler_server_" + std::to_string(pid_);
66 LOG(ERROR) << "Can't find inplace_sampler_server for process " << pid_;
90 LOG(ERROR) << "can't receive START_PROFILING_REPLY from process " << pid_;
145 LOG(ERROR) << "receive reply from inplace_sampler_server of " << pid_ << ": " << p;
153 CommRecord r(attr_, pid_, tid, p, Id(), time);
166 MmapRecord r(attr_, false, pid_, pid_, start, len, pgoff, p, Id(), time);
182 SampleRecord r(attr_, Id(), ips[0], pid_, tid, time, 0, period, ips);
InplaceSamplerClient.h 47 const pid_t pid_; member in class:InplaceSamplerClient
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.h 117 int getpid() const { return this->pid_; }
155 int pid_; member in class:google_breakpad::SolarisLwp
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.h 60 DWORD pid() const { return pid_; }
109 DWORD pid_; member in class:google_breakpad::ClientInfo
  /external/strace/
kcmp.c 49 #define PRINT_FIELD_PIDFD(prefix_, where_, field_, tcp_, pid_) \
52 printpidfd((tcp_), (pid_), (where_).field_); \
  /system/core/libmemunreachable/
ThreadCapture.cpp 94 pid_t pid_; member in class:android::ThreadCaptureImpl
99 : captured_threads_(allocator), allocator_(allocator), pid_(pid) {}
106 char* pid_str = pid_to_str(pid_buf, sizeof(pid_buf), pid_);
182 MEM_ALOGE("failed to detach from thread %d of process %d: %s", tid, pid_, strerror(errno));
191 MEM_ALOGE("failed to attach to thread %d of process %d: %s", tid, pid_, strerror(errno));
203 MEM_ALOGE("failed to interrupt thread %d of process %d: %s", tid, pid_, strerror(errno));
221 MEM_ALOGE("ptrace getregset for thread %d of process %d failed: %s", tid, pid_, strerror(errno));
259 MEM_ALOGE("failed to wait for pause of thread %d of process %d: %s", tid, pid_, strerror(errno));
265 MEM_ALOGE("thread %d of process %d was not paused after waitpid, killed?", tid, pid_);
285 tid, pid_);
    [all...]
  /external/tensorflow/tensorflow/core/platform/posix/
subprocess.cc 68 : running_(false), pid_(-1), exec_path_(nullptr), exec_argv_(nullptr) {
81 pid_ = -1;
204 pid_ = fork();
205 if (pid_ < 0) {
211 if (pid_ > 0) {
290 pid_t pid = pid_;
311 if ((running_ == running) && (pid_ == pid)) {
313 pid_ = -1;
322 pid_t pid = pid_;
  /external/libchrome/base/process/
process_iterator.cc 11 ProcessEntry::ProcessEntry() : pid_(0), ppid_(0), gid_(0) {}
process_iterator.h 47 ProcessId pid() const { return pid_; }
55 ProcessId pid_;
  /system/core/adb/
shell_service.cpp 149 pid_t pid() const { return pid_; }
181 pid_t pid_ = -1; member in class:__anon2743::Subprocess
288 pid_ = forkpty(&fd, pts_name, nullptr, nullptr);
289 if (pid_ > 0) {
305 pid_ = fork();
308 if (pid_ == -1) {
313 if (pid_ == 0) {
379 kill(pid_, SIGKILL);
388 kill(pid_, SIGKILL);
401 kill(pid_, SIGKILL)
    [all...]
  /external/libchrome/base/memory/
shared_memory_handle.h 57 // Whether |pid_| is the same as the current process's id.
75 base::ProcessId pid_;
177 base::ProcessId pid_;
  /system/core/libunwindstack/include/unwindstack/
Maps.h 69 RemoteMaps(pid_t pid) : pid_(pid) {}
75 pid_t pid_; member in class:unwindstack::RemoteMaps
Memory.h 103 MemoryRemote(pid_t pid) : pid_(pid), read_redirect_func_(0) {}
108 pid_t pid() { return pid_; }
111 pid_t pid_; member in class:unwindstack::MemoryRemote
  /bionic/benchmarks/tests/
interface_test.cpp 48 pid_t pid_; member in class:SystemTests
83 if ((pid_ = fork()) == 0) {
100 ASSERT_NE(-1, pid_);
132 ASSERT_EQ(pid_, TEMP_FAILURE_RETRY(waitpid(pid_, &status, 0))) << "Test output:\n" << raw_output_;
    [all...]
  /frameworks/native/libs/vr/libvrflinger/
vsync_service.h 40 : service_(service), pid_(pid), cid_(cid) {}
47 pid_t pid_; member in class:android::dvr::VSyncChannel

Completed in 1394 milliseconds

1 2 3