MTX_FLAGMASK
((&sc->rw)->mtx_lock & ~MTX_FLAGMASK), \
*owner = (struct thread *)(x & ~MTX_FLAGMASK);
#define lv_mtx_owner(v) ((struct thread *)((v) & ~MTX_FLAGMASK))