Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/configd/
H A Dclient.c713 assert(cp->rc_insert_thr == 0 && cp->rc_notify_thr == 0); in client_destroy()
1720 if (cp->rc_notify_thr != 0) { in client_wait()
1726 cp->rc_notify_thr = pthread_self(); in client_wait()
1748 assert(cp->rc_notify_thr == pthread_self()); in client_wait()
1749 cp->rc_notify_thr = 0; in client_wait()
H A Dconfigd.h532 pthread_t rc_notify_thr; /* single thread waiting for notify */ member