Searched refs:ipmgmt_dbconf_lock (Results 1 – 2 of 2) sorted by relevance
75 extern pthread_rwlock_t ipmgmt_dbconf_lock;386 (void) pthread_rwlock_wrlock(&ipmgmt_dbconf_lock); in ipmgmt_db_restore_thread()394 (void) pthread_rwlock_unlock(&ipmgmt_dbconf_lock); in ipmgmt_db_restore_thread()396 (void) pthread_rwlock_unlock(&ipmgmt_dbconf_lock); in ipmgmt_db_restore_thread()424 (void) pthread_rwlock_wrlock(&ipmgmt_dbconf_lock); in ipmgmt_db_walk()427 (void) pthread_rwlock_rdlock(&ipmgmt_dbconf_lock); in ipmgmt_db_walk()471 (void) pthread_rwlock_unlock(&ipmgmt_dbconf_lock); in ipmgmt_db_walk()
76 pthread_rwlock_t ipmgmt_dbconf_lock = PTHREAD_RWLOCK_INITIALIZER; variable