Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c435 (void) pthread_mutex_lock(&ep->re_lock); in entity_find()
471 (void) pthread_mutex_lock(&e1->re_lock); in entity_find2()
472 (void) pthread_mutex_lock(&e2->re_lock); in entity_find2()
474 (void) pthread_mutex_lock(&e2->re_lock); in entity_find2()
475 (void) pthread_mutex_lock(&e1->re_lock); in entity_find2()
495 (void) pthread_mutex_unlock(&ep->re_lock); in entity_release()
501 (void) pthread_mutex_lock(&entity->re_lock); in entity_destroy()
503 (void) pthread_mutex_unlock(&entity->re_lock); in entity_destroy()
506 (void) pthread_mutex_destroy(&entity->re_lock); in entity_destroy()
603 assert(ep == NULL || !MUTEX_HELD(&ep->re_lock)); in iter_find_w_entity()
[all …]
H A Dconfigd.h459 pthread_mutex_t re_lock; member