Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dsocket.c33 pthread_mutex_t conn_mutex; member
274 pthread_mutex_lock(&vsocket->conn_mutex); in vhost_user_add_connection()
276 pthread_mutex_unlock(&vsocket->conn_mutex); in vhost_user_add_connection()
330 pthread_mutex_lock(&vsocket->conn_mutex); in vhost_user_read_cb()
332 pthread_mutex_unlock(&vsocket->conn_mutex); in vhost_user_read_cb()
856 ret = pthread_mutex_init(&vsocket->conn_mutex, NULL); in rte_vhost_driver_register()
954 if (pthread_mutex_destroy(&vsocket->conn_mutex)) { in rte_vhost_driver_register()
1024 pthread_mutex_lock(&vsocket->conn_mutex); in rte_vhost_driver_unregister()
1038 pthread_mutex_unlock(&vsocket->conn_mutex); in rte_vhost_driver_unregister()
1049 pthread_mutex_unlock(&vsocket->conn_mutex); in rte_vhost_driver_unregister()
[all …]