Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Dclient.c302 assert(cp->rc_insert_thr == 0); in client_free()
364 assert(cp->rc_insert_thr != pthread_self()); in client_release()
381 while (cp->rc_insert_thr != 0) { in client_start_insert()
382 assert(cp->rc_insert_thr != pthread_self()); in client_start_insert()
385 cp->rc_insert_thr = pthread_self(); in client_start_insert()
393 assert(cp->rc_insert_thr == pthread_self()); in client_end_insert()
394 cp->rc_insert_thr = 0; in client_end_insert()
416 assert(cp->rc_insert_thr == pthread_self()); in entity_add()
559 assert(cp->rc_insert_thr == pthread_self()); in iter_add()
713 assert(cp->rc_insert_thr == 0 && cp->rc_notify_thr == 0); in client_destroy()
H A Dconfigd.h531 pthread_t rc_insert_thr; /* single thread trying to insert */ member