Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp175 : pid_(subprocess.pid_.load()), in Subprocess()
179 subprocess.pid_ = -1; in Subprocess()
184 pid_ = other.pid_.load(); in operator =()
188 other.pid_ = -1; in operator =()
194 if (pid_ < 0) { in Wait()
197 << pid_; in Wait()
201 auto pid = pid_.load(); // Wait will set pid_ to -1 after waiting in Wait()
210 pid_ = -1; in Wait()
217 pid_ = -1; in Wait()
226 if (pid_ < 0) { in Wait()
[all …]
Dsubprocess.h75 : pid_(pid), started_(pid > 0), stopper_(stopper) {} in pid_() function
90 pid_t pid() const { return pid_; } in pid()
102 std::atomic<pid_t> pid_ = -1; variable
Dproc_file_utils.h38 pid_t pid_; member
Dproc_file_utils.cpp299 return ProcInfo{.pid_ = pid, in ExtractProcInfo()
/device/generic/opengl-transport/host/libs/virglrenderer/
DContext.h77 void setPidTid(int pid_, int tid_) { in setPidTid()
78 if (pid != pid_ && tid != tid_) { in setPidTid()
82 pid = pid_; in setPidTid()