os_rwl_rlock
#define os_rwl_rlock(lock) rw_enter(lock, RW_READER);
#define os_rwl_rlock(lock) lockmgr(lock, LK_SHARED);