Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Deal_common_proc.c39 static pthread_mutex_t mp_mutex_action = PTHREAD_MUTEX_INITIALIZER; variable
224 pthread_mutex_lock(&mp_mutex_action); in rte_mp_action_register()
226 pthread_mutex_unlock(&mp_mutex_action); in rte_mp_action_register()
232 pthread_mutex_unlock(&mp_mutex_action); in rte_mp_action_register()
251 pthread_mutex_lock(&mp_mutex_action); in rte_mp_action_unregister()
254 pthread_mutex_unlock(&mp_mutex_action); in rte_mp_action_unregister()
258 pthread_mutex_unlock(&mp_mutex_action); in rte_mp_action_unregister()
361 pthread_mutex_lock(&mp_mutex_action); in process_msg()
365 pthread_mutex_unlock(&mp_mutex_action); in process_msg()