Home
last modified time | relevance | path

Searched defs:pid_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.h38 pid_t pid_; member
Dsubprocess.h75 : pid_(pid), started_(pid > 0), stopper_(stopper) {} in pid_() function
102 std::atomic<pid_t> pid_ = -1; variable