Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c715 assert(cp->rc_insert_thr == 0 && cp->rc_notify_thr == 0); in client_destroy()
1724 if (cp->rc_notify_thr != 0) { in client_wait()
1730 cp->rc_notify_thr = pthread_self(); in client_wait()
1752 assert(cp->rc_notify_thr == pthread_self()); in client_wait()
1753 cp->rc_notify_thr = 0; in client_wait()
H A Dconfigd.h531 pthread_t rc_notify_thr; /* single thread waiting for notify */ member