Searched refs:ipmgmt_dbconf_lock (Results 1 – 2 of 2) sorted by relevance
79 extern pthread_rwlock_t ipmgmt_dbconf_lock;548 (void) pthread_rwlock_wrlock(&ipmgmt_dbconf_lock); in ipmgmt_db_restore_thread()556 (void) pthread_rwlock_unlock(&ipmgmt_dbconf_lock); in ipmgmt_db_restore_thread()558 (void) pthread_rwlock_unlock(&ipmgmt_dbconf_lock); in ipmgmt_db_restore_thread()586 (void) pthread_rwlock_wrlock(&ipmgmt_dbconf_lock); in ipmgmt_db_walk()589 (void) pthread_rwlock_rdlock(&ipmgmt_dbconf_lock); in ipmgmt_db_walk()634 (void) pthread_rwlock_unlock(&ipmgmt_dbconf_lock); in ipmgmt_db_walk()
77 pthread_rwlock_t ipmgmt_dbconf_lock = PTHREAD_RWLOCK_INITIALIZER; variable