Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/light/lights/
Dlights_vsock_server.rs49 thread_handle: Option<thread::JoinHandle<anyhow::Result<()>>>, field
61 thread_handle: Some({ in new()
155 let thread_result = self.thread_handle.take().unwrap().join().unwrap(); in drop()
/device/generic/goldfish-opengl/system/hwc3/
DHostFrameComposer.cpp652 uint64_t sync_handle, thread_handle; in presentDisplay() local
662 &sync_handle, &thread_handle); in presentDisplay()
672 goldfish_sync_queue_work(mSyncDeviceFd, sync_handle, thread_handle, &fd); in presentDisplay()