Home
last modified time | relevance | path

Searched refs:worker_thread_ (Results 1 – 4 of 4) sorted by relevance

/system/dev/bus/virtio/
A Dblock.h117 thrd_t worker_thread_; variable
A Dblock.cpp180 int ret = thrd_create_with_name(&worker_thread_, thread_entry, this, "virtio-block-worker"); in Init()
213 thrd_join(worker_thread_, nullptr); in Release()
/system/dev/ethernet/dwmac/
A Ddwmac.h180 thrd_t worker_thread_; variable
A Ddwmac.cpp242 int ret = thrd_create_with_name(&mac_device->worker_thread_, worker_thunk, in Create()

Completed in 15 milliseconds