Searched refs:worker_thread (Results 1 – 5 of 5) sorted by relevance
114 if (worker_thread.joinable()) in ~context()137 if (worker_thread.joinable()) in run()139 worker_thread.join(); in run()228 if (!worker_thread.joinable()) in caller_run()230 worker_thread = std::thread{[this]() { worker_run(); }}; in caller_run()
107 std::thread worker_thread{}; member in sdbusplus::async::context
77 static void *worker_thread(void *opaque) in worker_thread() function146 qemu_thread_create(&t, "worker", worker_thread, pool, QEMU_THREAD_DETACHED); in do_spawn_thread()
126 worker_thread = Thread(target=worker_flush, args=(worker_queue,)) variable127 worker_thread.start()588 worker_thread.join()
812 QemuThread this_thread, worker_thread; in test_worker_thread_co_enter() local818 qemu_thread_create(&worker_thread, "test_aio_co_enter", in test_worker_thread_co_enter()823 qemu_thread_join(&worker_thread); in test_worker_thread_co_enter()