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