Searched refs:restarter_update_lock (Results 1 – 4 of 4) sorted by relevance
77 pthread_mutex_t restarter_update_lock; member
434 MUTEX_LOCK(&ru->restarter_update_lock); in restarter_protocol_send_event()437 MUTEX_UNLOCK(&ru->restarter_update_lock); in restarter_protocol_send_event()
2069 MUTEX_LOCK(&ru->restarter_update_lock); in restarter_event_thread()2077 &ru->restarter_update_lock); in restarter_event_thread()2085 MUTEX_UNLOCK(&ru->restarter_update_lock); in restarter_event_thread()2159 MUTEX_LOCK(&ru->restarter_update_lock); in restarter_event_thread()
902 (void) pthread_mutex_init(&ru->restarter_update_lock, &mutex_attrs); in startup()