Home
last modified time | relevance | path

Searched refs:conn_mutex (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Dsocket.c34 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()
[all …]