Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c304 assert(cp->rc_insert_thr == 0); in client_free()
366 assert(cp->rc_insert_thr != pthread_self()); in client_release()
383 while (cp->rc_insert_thr != 0) { in client_start_insert()
384 assert(cp->rc_insert_thr != pthread_self()); in client_start_insert()
387 cp->rc_insert_thr = pthread_self(); in client_start_insert()
395 assert(cp->rc_insert_thr == pthread_self()); in client_end_insert()
396 cp->rc_insert_thr = 0; in client_end_insert()
418 assert(cp->rc_insert_thr == pthread_self()); in entity_add()
561 assert(cp->rc_insert_thr == pthread_self()); in iter_add()
715 assert(cp->rc_insert_thr == 0 && cp->rc_notify_thr == 0); in client_destroy()
H A Dconfigd.h530 pthread_t rc_insert_thr; /* single thread trying to insert */ member