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