Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/light/lights/
Dlights_vsock_server.rs155 let thread_result = self.thread_handle.take().unwrap().join().unwrap(); in drop() localVariable
156 info!("Connection thread finished with: {:?}", thread_result); in drop()