Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dloc.c52 pthread_mutex_t active_loc_mutex = PTHREAD_MUTEX_INITIALIZER; variable
86 (void) pthread_mutex_lock(&active_loc_mutex); in nwamd_init_locs()
88 (void) pthread_mutex_unlock(&active_loc_mutex); in nwamd_init_locs()
220 (void) pthread_mutex_lock(&active_loc_mutex); in nwamd_loc_activate()
223 (void) pthread_mutex_unlock(&active_loc_mutex); in nwamd_loc_activate()
388 (void) pthread_mutex_lock(&active_loc_mutex); in nwamd_loc_check_conditions()
390 (void) pthread_mutex_unlock(&active_loc_mutex); in nwamd_loc_check_conditions()
600 (void) pthread_mutex_lock(&active_loc_mutex); in nwamd_loc_handle_state_event()
603 (void) pthread_mutex_unlock(&active_loc_mutex); in nwamd_loc_handle_state_event()
H A Dncu.h45 extern pthread_mutex_t active_loc_mutex;