Searched refs:worker (Results 1 – 4 of 4) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Context.h | 44 : render_control(this, dpy_), worker(), name(std::string(name_, nlen_)), handle(handle_), in Context() 56 if (worker.joinable()) in ~Context() 57 worker.join(); in ~Context() 79 assert(!worker.joinable() && "Changing pid/tid is not allowed"); in setPidTid() 80 worker = std::thread(&Context::worker_func, this); in setPidTid() 101 if (!worker.joinable()) in setFence() 112 std::thread worker; member
|
/device/google/cuttlefish/guest/hals/confirmationui/ |
D | TrustyConfirmationUI.cpp | 196 auto worker = [this](const shared_ptr<IConfirmationResultCallback>& resultCB, in promptUserConfirmation() local 201 callback_thread_ = std::thread(worker, resultCB, promptText, extraData, locale, uiOptions); in promptUserConfirmation()
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 531 qio_task_thread_start(void *task, void *worker, void *opaque) "Task thread start task=%p worker=%p …
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 531 qio_task_thread_start(void *task, void *worker, void *opaque) "Task thread start task=%p worker=%p …
|