Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c40 static pthread_mutex_t mp_mutex_action = PTHREAD_MUTEX_INITIALIZER; variable
225 pthread_mutex_lock(&mp_mutex_action); in rte_mp_action_register()
227 pthread_mutex_unlock(&mp_mutex_action); in rte_mp_action_register()
233 pthread_mutex_unlock(&mp_mutex_action); in rte_mp_action_register()
252 pthread_mutex_lock(&mp_mutex_action); in rte_mp_action_unregister()
255 pthread_mutex_unlock(&mp_mutex_action); in rte_mp_action_unregister()
259 pthread_mutex_unlock(&mp_mutex_action); in rte_mp_action_unregister()
353 pthread_mutex_lock(&mp_mutex_action); in process_msg()
357 pthread_mutex_unlock(&mp_mutex_action); in process_msg()