Searched refs:matching_thread (Results 1 – 1 of 1) sorted by relevance
176 auto matching_thread = thread.get_id() == request->thread_id; in Stop() local177 if (!current_thread && matching_thread && thread.joinable()) { in Stop()