Searched defs:worker_thread (Results 1 – 4 of 4) sorted by relevance
| /openbmc/sdbusplus/include/sdbusplus/async/ | ||
| H A D | context.hpp | 107 std::thread worker_thread{}; member in sdbusplus::async::context |
| /openbmc/openbmc/poky/bitbake/bin/ | ||
| H A D | bitbake-worker | 126 worker_thread = Thread(target=worker_flush, args=(worker_queue,)) variable |
| /openbmc/qemu/util/ | ||
| H A D | thread-pool.c | 77 static void *worker_thread(void *opaque) in worker_thread() function |
| /openbmc/qemu/tests/unit/ | ||
| H A D | test-aio.c | 812 QemuThread this_thread, worker_thread; test_worker_thread_co_enter() local |