Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.h77 pthread_mutex_t restarter_update_lock; member
H A Dprotocol.c434 MUTEX_LOCK(&ru->restarter_update_lock); in restarter_protocol_send_event()
437 MUTEX_UNLOCK(&ru->restarter_update_lock); in restarter_protocol_send_event()
H A Drestarter.c2069 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()
H A Dstartd.c902 (void) pthread_mutex_init(&ru->restarter_update_lock, &mutex_attrs); in startup()