Lines Matching refs:re_lock
433 (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()
609 (void) pthread_mutex_lock(&ep->re_lock); in iter_find_w_entity()