Searched refs:active_loc_mutex (Results 1 – 2 of 2) sorted by relevance
52 pthread_mutex_t active_loc_mutex = PTHREAD_MUTEX_INITIALIZER; variable86 (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()
45 extern pthread_mutex_t active_loc_mutex;