Home
last modified time | relevance | path

Searched defs:worker_thread (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/radix-tree/
Dmultiorder.c
/openbmc/linux/tools/perf/bench/
Dsched-pipe.c
Dnuma.c
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp106 std::thread worker_thread{}; member in sdbusplus::async::context
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker126 worker_thread = Thread(target=worker_flush, args=(worker_queue,)) variable
/openbmc/qemu/util/
H A Dthread-pool.c77 static void *worker_thread(void *opaque) in worker_thread() function
/openbmc/qemu/tests/unit/
H A Dtest-aio.c812 QemuThread this_thread, worker_thread; in test_worker_thread_co_enter() local