os_rwl_unlock
#define os_rwl_unlock(lock) rw_exit(lock)
#define os_rwl_unlock(lock) lockmgr(lock, LK_RELEASE)