Lines Matching refs:conn_mutex
34 pthread_mutex_t conn_mutex; member
272 pthread_mutex_lock(&vsocket->conn_mutex); in vhost_user_add_connection()
274 pthread_mutex_unlock(&vsocket->conn_mutex); in vhost_user_add_connection()
327 pthread_mutex_lock(&vsocket->conn_mutex); in vhost_user_read_cb()
329 pthread_mutex_unlock(&vsocket->conn_mutex); in vhost_user_read_cb()
870 ret = pthread_mutex_init(&vsocket->conn_mutex, NULL); in rte_vhost_driver_register()
969 if (pthread_mutex_destroy(&vsocket->conn_mutex)) { in rte_vhost_driver_register()
1025 pthread_mutex_lock(&vsocket->conn_mutex); in rte_vhost_driver_unregister()
1040 &vsocket->conn_mutex); in rte_vhost_driver_unregister()
1053 pthread_mutex_unlock(&vsocket->conn_mutex); in rte_vhost_driver_unregister()
1073 pthread_mutex_destroy(&vsocket->conn_mutex); in rte_vhost_driver_unregister()