HomeSort by relevance Sort by last modified time
    Searched refs:WatchedProcess (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/
process_reaper.h 59 struct WatchedProcess {
63 std::map<pid_t, WatchedProcess> watched_processes_;
process_reaper.cc 44 watched_processes_.emplace(pid, WatchedProcess{from_here, callback});

Completed in 2471 milliseconds