Searched refs:flush_thread_ (Results 1 – 2 of 2) sorted by relevance
91 thrd_t flush_thread_ = {}; variable
459 thrd_create_with_name(&flush_thread_, virtio_gpu_flusher_entry, this, "virtio-gpu-flusher"); in virtio_gpu_start()460 thrd_detach(flush_thread_); in virtio_gpu_start()
Completed in 13 milliseconds