Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Dclient.c433 (void) pthread_mutex_lock(&ep->re_lock); in entity_find()
469 (void) pthread_mutex_lock(&e1->re_lock); in entity_find2()
470 (void) pthread_mutex_lock(&e2->re_lock); in entity_find2()
472 (void) pthread_mutex_lock(&e2->re_lock); in entity_find2()
473 (void) pthread_mutex_lock(&e1->re_lock); in entity_find2()
493 (void) pthread_mutex_unlock(&ep->re_lock); in entity_release()
499 (void) pthread_mutex_lock(&entity->re_lock); in entity_destroy()
501 (void) pthread_mutex_unlock(&entity->re_lock); in entity_destroy()
504 (void) pthread_mutex_destroy(&entity->re_lock); in entity_destroy()
601 assert(ep == NULL || !MUTEX_HELD(&ep->re_lock)); in iter_find_w_entity()
[all …]
H A Dconfigd.h460 pthread_mutex_t re_lock; member