/** @return {@code True} if lock is local. */
 public boolean local() {
   return LOCAL.get(flags());
 }