Home
last modified time | relevance | path

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

/system/dev/bus/virtio/
A Dgpu.h68 thrd_t start_thread_ = {}; variable
A Dgpu.cpp534 thrd_create_with_name(&start_thread_, virtio_gpu_start_entry, this, "virtio-gpu-starter"); in Init()
535 thrd_detach(start_thread_); in Init()

Completed in 7 milliseconds