v_mtx
if (mtx->v_mtx.owner == NULL || scope == mtx->v_mtx.owner) {
mtx->v_mtx.owner = scope;
mtx->v_mtx.owner = NULL;
rv->v_mtx.synclvl = opargs[1]->v_integer;