os_mtx_unlock
#define os_mtx_unlock(lock) mutex_exit(lock)
#define os_mtx_unlock(lock) lockmgr(lock, LK_RELEASE)