Searched refs:thread_handle (Results 1 – 2 of 2) sorted by relevance
49 thread_handle: Option<thread::JoinHandle<anyhow::Result<()>>>, field61 thread_handle: Some({ in new()155 let thread_result = self.thread_handle.take().unwrap().join().unwrap(); in drop()
652 uint64_t sync_handle, thread_handle; in presentDisplay() local662 &sync_handle, &thread_handle); in presentDisplay()672 goldfish_sync_queue_work(mSyncDeviceFd, sync_handle, thread_handle, &fd); in presentDisplay()