Searched refs:worker_threads (Results 1 – 2 of 2) sorted by relevance
96 QemuThread worker_threads[NR_WORKER_THREAD]; member243 qemu_thread_create(&lkcf->worker_threads[i], "lkcf-worker", in cryptodev_lkcf_init()266 qemu_thread_join(&lkcf->worker_threads[i]); in cryptodev_lkcf_cleanup()
1365 pthread_t worker_threads[num_threads]; in test_membarrier() local1385 ret = pthread_create(&worker_threads[i], NULL, in test_membarrier()1396 ret = pthread_join(worker_threads[i], NULL); in test_membarrier()