Searched defs:owner (Results 1 – 3 of 3) sorted by relevance
57 public boolean addOwner(Principal caller, Principal owner) in addOwner()81 public boolean deleteOwner(Principal caller, Principal owner) in deleteOwner()93 public boolean isOwner(Principal owner); in isOwner()
790 final ForkJoinWorkerThread owner; // owning thread or null if shared field in ForkJoinPool.WorkQueue797 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner) { in WorkQueue()
388 private final Thread owner = Thread.currentThread(); field in ObjectStreamClass.EntryFuture