Searched refs:rx_mtx (Results 1 – 6 of 6) sorted by relevance
96 pthread_mutex_t rx_mtx; member172 pthread_mutex_lock(&vcoreu->rx_mtx); in virtio_coreu_thread()180 ret = pthread_cond_wait(&vcoreu->rx_cond, &vcoreu->rx_mtx); in virtio_coreu_thread()182 pthread_mutex_unlock(&vcoreu->rx_mtx); in virtio_coreu_thread()271 pthread_mutex_lock(&vcoreu->rx_mtx); in virtio_coreu_notify()273 pthread_mutex_unlock(&vcoreu->rx_mtx); in virtio_coreu_notify()343 pthread_mutex_init(&vcoreu->rx_mtx, NULL); in virtio_coreu_init()363 pthread_mutex_destroy(&vcoreu->rx_mtx); in virtio_coreu_deinit()
185 pthread_mutex_t rx_mtx; member312 pthread_mutex_lock(&vhdcp->rx_mtx); in virtio_hdcp_talk_to_daemon()321 pthread_cond_wait(&vhdcp->rx_cond, &vhdcp->rx_mtx); in virtio_hdcp_talk_to_daemon()324 pthread_mutex_unlock(&vhdcp->rx_mtx); in virtio_hdcp_talk_to_daemon()398 pthread_mutex_lock(&vhdcp->rx_mtx); in virtio_hdcp_notify()401 pthread_mutex_unlock(&vhdcp->rx_mtx); in virtio_hdcp_notify()471 pthread_mutex_init(&vhdcp->rx_mtx, NULL); in virtio_hdcp_init()
60 pthread_mutex_t rx_mtx; member310 pthread_mutex_lock(&rnd->rx_mtx); in virtio_rnd_get_entropy()319 pthread_cond_wait(&rnd->rx_cond, &rnd->rx_mtx); in virtio_rnd_get_entropy()322 pthread_mutex_unlock(&rnd->rx_mtx); in virtio_rnd_get_entropy()359 pthread_mutex_lock(&rnd->rx_mtx); in virtio_rnd_notify()362 pthread_mutex_unlock(&rnd->rx_mtx); in virtio_rnd_notify()464 pthread_mutex_init(&rnd->rx_mtx, NULL); in virtio_rnd_init()
160 pthread_mutex_t rx_mtx; member288 pthread_mutex_lock(&net->rx_mtx); in virtio_net_rxwait()290 pthread_mutex_unlock(&net->rx_mtx); in virtio_net_rxwait()292 pthread_mutex_lock(&net->rx_mtx); in virtio_net_rxwait()294 pthread_mutex_unlock(&net->rx_mtx); in virtio_net_rxwait()509 pthread_mutex_lock(&net->rx_mtx); in virtio_net_rx_callback()513 pthread_mutex_unlock(&net->rx_mtx); in virtio_net_rx_callback()1029 pthread_mutex_init(&net->rx_mtx, NULL); in virtio_net_init()
832 mtx = &ioc->rx_mtx; in cbc_request_enqueue()1251 pthread_mutex_lock(&ioc->rx_mtx); in ioc_rx_thread()1253 pthread_cond_wait(&ioc->rx_cond, &ioc->rx_mtx); in ioc_rx_thread()1263 pthread_mutex_unlock(&ioc->rx_mtx); in ioc_rx_thread()1282 pthread_mutex_unlock(&ioc->rx_mtx); in ioc_rx_thread()1352 pthread_mutex_lock(&ioc->rx_mtx); in ioc_kill_workers()1354 pthread_mutex_unlock(&ioc->rx_mtx); in ioc_kill_workers()1364 pthread_mutex_destroy(&ioc->rx_mtx); in ioc_kill_workers()1616 pthread_mutex_init(&ioc->rx_mtx, NULL); in ioc_init()1670 pthread_mutex_destroy(&ioc->rx_mtx); in ioc_init()
803 pthread_mutex_t rx_mtx; member
Completed in 33 milliseconds