Searched defs:WindowProcedureThread (Results 1 – 7 of 7) sorted by relevance
227 pub struct WindowProcedureThread { struct234 impl WindowProcedureThread { implementation636 impl Drop for WindowProcedureThread { implementation649 unsafe impl Send for WindowProcedureThread {} implementation681 pub fn start_thread(self) -> Result<WindowProcedureThread> { in start_thread()
92 wndproc_thread: WindowProcedureThread, in new()
65 wndproc_thread: WindowProcedureThread, in open_winapi()74 wndproc_thread: WindowProcedureThread, in open_winapi()
276 wndproc_thread: WindowProcedureThread, in run_gpu_device_worker()
229 wndproc_thread: WindowProcedureThread, in create_gpu()
249 #[cfg(windows)] wndproc_thread: &mut Option<WindowProcedureThread>, in build()1134 #[cfg(windows)] wndproc_thread: &mut Option<WindowProcedureThread>, in build()1228 #[cfg(windows)] wndproc_thread: WindowProcedureThread, in new()
745 wndproc_thread: &mut Option<WindowProcedureThread>, in create_virtio_gpu_device()