Home
last modified time | relevance | path

Searched defs:Process (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/service_vm/comm/src/
Dmessage.rs31 Process(Request), enumerator
/packages/modules/adb/
Dsysdeps.h316 constexpr Process(Process&& other) : h_(std::exchange(other.h_, nullptr)) {} in Process() function
752 constexpr explicit Process(pid_t pid) : pid_(pid) {} in Process() function
753 constexpr Process(Process&& other) : pid_(std::exchange(other.pid_, -1)) {} in Process() function