Searched defs:Process (Results 1 – 1 of 1) sorted by relevance
317 constexpr Process(Process&& other) : h_(std::exchange(other.h_, nullptr)) {} in Process() function753 constexpr explicit Process(pid_t pid) : pid_(pid) {} in Process() function754 constexpr Process(Process&& other) : pid_(std::exchange(other.pid_, -1)) {} in Process() function