Home
last modified time | relevance | path

Searched refs:matching_thread (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/cvd/
Dserver.cc176 auto matching_thread = thread.get_id() == request->thread_id; in Stop() local
177 if (!current_thread && matching_thread && thread.joinable()) { in Stop()