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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h515 * client_wait output, only usable by rc_notify_thr
532 pthread_t rc_notify_thr; /* single thread waiting for notify */ member in struct:repcache_client
H A Dclient.c713 assert(cp->rc_insert_thr == 0 && cp->rc_notify_thr == 0);
1720 if (cp->rc_notify_thr != 0) {
1726 cp->rc_notify_thr = pthread_self();
1748 assert(cp->rc_notify_thr == pthread_self());
1749 cp->rc_notify_thr = 0;

Completed in 44 milliseconds