/openbmc/linux/tools/testing/radix-tree/ |
H A D | multiorder.c | 201 pthread_t worker_thread[num_threads]; in multiorder_iteration_race() local 205 pthread_create(&worker_thread[0], NULL, &creator_func, xa); in multiorder_iteration_race() 207 pthread_create(&worker_thread[i], NULL, &iterator_func, xa); in multiorder_iteration_race() 210 pthread_join(worker_thread[i], NULL); in multiorder_iteration_race() 256 pthread_t worker_thread[num_threads]; in load_race() local 260 pthread_create(&worker_thread[0], NULL, &load_creator, xa); in load_race() 262 pthread_create(&worker_thread[i], NULL, &load_worker, xa); in load_race() 265 pthread_join(worker_thread[i], NULL); in load_race()
|
/openbmc/linux/tools/perf/bench/ |
H A D | sched-pipe.c | 54 static void *worker_thread(void *__tdata) in worker_thread() function 121 ret = pthread_create(&td->pthread, NULL, worker_thread, td); in bench_sched_pipe() 137 worker_thread(threads + 0); in bench_sched_pipe() 140 worker_thread(threads + 1); in bench_sched_pipe()
|
H A D | numa.c | 1153 static void *worker_thread(void *__tdata) in worker_thread() function 1393 ret = pthread_create(pthreads + t, NULL, worker_thread, td); in worker_process()
|
/openbmc/sdbusplus/src/async/ |
H A D | context.cpp | 120 if (worker_thread.joinable()) in ~context() 143 if (worker_thread.joinable()) in run() 145 worker_thread.join(); in run() 213 if (!worker_thread.joinable()) in caller_run() 215 worker_thread = std::thread{[this]() { worker_run(); }}; in caller_run()
|
/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/sdbusplus/include/sdbusplus/async/ |
H A D | context.hpp | 106 std::thread worker_thread{}; member in sdbusplus::async::context
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-worker | 125 worker_thread = Thread(target=worker_flush, args=(worker_queue,)) variable 126 worker_thread.start() 587 worker_thread.join()
|
/openbmc/qemu/tests/unit/ |
H A D | test-aio.c | 812 QemuThread this_thread, worker_thread; in test_worker_thread_co_enter() local 818 qemu_thread_create(&worker_thread, "test_aio_co_enter", in test_worker_thread_co_enter() 823 qemu_thread_join(&worker_thread); in test_worker_thread_co_enter()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 8613 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2() 8615 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2() 8616 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2() 8640 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2() 8641 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2() 13511 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset() 14157 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3() 14238 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3() 14277 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3() 14279 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3() [all …]
|
H A D | lpfc.h | 1206 struct task_struct *worker_thread; member
|
H A D | lpfc_hbadisc.c | 251 if (phba->worker_thread) { in lpfc_dev_loss_tmo_callbk() 1110 phba->worker_thread = NULL; in lpfc_do_work()
|
/openbmc/linux/kernel/ |
H A D | workqueue.c | 438 static int worker_thread(void *__worker); 2194 worker->task = kthread_create_on_node(worker_thread, worker, pool->node, in create_worker() 2737 static int worker_thread(void *__worker) in worker_thread() function
|
/openbmc/linux/Documentation/trace/ |
H A D | histogram.rst | 1989 => worker_thread+0x2ad/0x380 2044 worker_thread+0x50/0x3e0 2071 worker_thread+0x50/0x3e0
|