Searched defs:worker_thread (Results 1 – 7 of 7) sorted by relevance
106 std::thread worker_thread{}; member in sdbusplus::async::context
126 worker_thread = Thread(target=worker_flush, args=(worker_queue,)) variable
77 static void *worker_thread(void *opaque) in worker_thread() function
812 QemuThread this_thread, worker_thread; in test_worker_thread_co_enter() local