Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/process_sandboxer/
Dpidfd.h71 pid_t pid_; variable
/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