Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/radix-tree/
H A Dmultiorder.c201 pthread_t worker_thread[num_threads]; in multiorder_iteration_race() local
256 pthread_t worker_thread[num_threads]; in load_race() local
/openbmc/linux/tools/perf/bench/
H A Dsched-pipe.c54 static void *worker_thread(void *__tdata) in worker_thread() function
H A Dnuma.c1153 static void *worker_thread(void *__tdata) in worker_thread() function
/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-worker115 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.c876 QemuThread this_thread, worker_thread; in test_worker_thread_co_enter() local
/openbmc/linux/kernel/
H A Dworkqueue.c2730 static int worker_thread(void *__worker) in worker_thread() function
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h1206 struct task_struct *worker_thread; member