Searched refs:owner (Results 1 – 4 of 4) sorted by relevance
41 boolean addOwner(Principal caller, Principal owner) in addOwner() argument58 boolean deleteOwner(Principal caller, Principal owner) in deleteOwner() argument68 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]
641 final ForkJoinWorkerThread owner; // owning thread or null if shared field in ForkJoinPool.WorkQueue649 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner, int mode, in WorkQueue() argument652 this.owner = owner; in WorkQueue()1016 (wt = owner) != null && in isApparentlyUnblocked()2250 if (pass > 1 && (wt = w.owner) != null) { in tryTerminate()
864 uint64_t owner; in Posix_gettid() local865 int rc = pthread_threadid_np(NULL, &owner); // Requires Mac OS 10.6 in Posix_gettid()870 return static_cast<jint>(owner); in Posix_gettid()