RWST_TRYENTER
if (flags & RWST_TRYENTER) {
return (flags & RWST_TRYENTER);
return (rwst_enter_common(l, rw, RWST_TRYENTER));