Searched refs:worker_thread (Results 1 – 5 of 5) sorted by relevance
| /openbmc/sdbusplus/src/async/ |
| H A D | context.cpp | 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()
|
| /openbmc/sdbusplus/include/sdbusplus/async/ |
| H A D | context.hpp | 107 std::thread worker_thread{}; member in sdbusplus::async::context
|
| /openbmc/qemu/util/ |
| H A D | thread-pool.c | 77 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 D | bitbake-worker | 126 worker_thread = Thread(target=worker_flush, args=(worker_queue,)) variable 127 worker_thread.start() 588 worker_thread.join()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-aio.c | 817 QemuThread this_thread, worker_thread; in test_worker_thread_co_enter() 823 qemu_thread_create(&worker_thread, "test_aio_co_enter", in test_worker_thread_co_enter() 828 qemu_thread_join(&worker_thread); 812 QemuThread this_thread, worker_thread; test_worker_thread_co_enter() local
|