Searched refs:conn_mutex (Results 1 – 1 of 1) sorted by relevance
34 pthread_mutex_t conn_mutex; member272 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()[all …]