Searched refs:match_tbl_mutex (Results 1 – 2 of 2) sorted by relevance
139 pthread_mutex_lock(&p_vend->match_tbl_mutex); in clear_madw()149 pthread_mutex_unlock(&p_vend->match_tbl_mutex); in clear_madw()157 pthread_mutex_unlock(&p_vend->match_tbl_mutex); in clear_madw()177 pthread_mutex_lock(&p_vend->match_tbl_mutex); in get_madw()184 pthread_mutex_unlock(&p_vend->match_tbl_mutex); in get_madw()189 pthread_mutex_unlock(&p_vend->match_tbl_mutex); in get_madw()210 pthread_mutex_lock(&p_vend->match_tbl_mutex); in put_madw()219 pthread_mutex_unlock(&p_vend->match_tbl_mutex); in put_madw()267 pthread_mutex_unlock(&p_vend->match_tbl_mutex); in put_madw()552 pthread_mutex_init(&p_vend->match_tbl_mutex, NULL); in osm_vendor_init()[all …]
165 pthread_mutex_t match_tbl_mutex; member