Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.h78 pthread_cond_t restarter_update_cv; member
H A Dprotocol.c436 (void) pthread_cond_broadcast(&ru->restarter_update_cv); in restarter_protocol_send_event()
H A Dstartd.c892 (void) pthread_cond_init(&ru->restarter_update_cv, NULL); in startup()
H A Drestarter.c2008 (void) pthread_cond_wait(&ru->restarter_update_cv, in restarter_event_thread()