Home
last modified time | relevance | path

Searched refs:worker_thread (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdbusplus/src/async/
H A Dcontext.cpp114 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()
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp107 std::thread worker_thread{}; member in sdbusplus::async::context
/openbmc/qemu/util/
H A Dthread-pool.c77 static void *worker_thread(void *opaque) in worker_thread() function
146 qemu_thread_create(&t, "worker", worker_thread, pool, QEMU_THREAD_DETACHED); in do_spawn_thread()
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker126 worker_thread = Thread(target=worker_flush, args=(worker_queue,)) variable
127 worker_thread.start()
588 worker_thread.join()
/openbmc/qemu/tests/unit/
H A Dtest-aio.c812 QemuThread this_thread, worker_thread; in test_worker_thread_co_enter() local
818 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()