Searched refs:worker_thread_ (Results 1 – 4 of 4) sorted by relevance
117 thrd_t worker_thread_; variable
180 int ret = thrd_create_with_name(&worker_thread_, thread_entry, this, "virtio-block-worker"); in Init()213 thrd_join(worker_thread_, nullptr); in Release()
180 thrd_t worker_thread_; variable
242 int ret = thrd_create_with_name(&mac_device->worker_thread_, worker_thunk, in Create()
Completed in 15 milliseconds