Searched refs:owner (Results 1 – 4 of 4) sorted by relevance
57 public boolean addOwner(Principal caller, Principal owner) in addOwner() argument81 public boolean deleteOwner(Principal caller, Principal owner) in deleteOwner() argument93 public boolean isOwner(Principal owner); in isOwner() argument
13 "Licensor" shall mean the copyright owner or entity authorized by14 the copyright owner that is granting the License.52 submitted to Licensor for inclusion in the Work by the copyright owner54 the copyright owner. For the purposes of this definition, "submitted"61 designated in writing by the copyright owner as "Not a Contribution."190 Copyright [yyyy] [name of copyright owner]
790 final ForkJoinWorkerThread owner; // owning thread or null if shared field in ForkJoinPool.WorkQueue797 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner) { in WorkQueue() argument799 this.owner = owner; in WorkQueue()1129 ForkJoinWorkerThread thread = owner; in runTask()1309 (wt = owner) != null && in isApparentlyUnblocked()2426 if ((wt = w.owner) != null) { in tryTerminate()
388 private final Thread owner = Thread.currentThread(); field in ObjectStreamClass.EntryFuture437 return owner; in getOwner()