Searched defs:owner (Results 1 – 3 of 3) sorted by relevance
41 boolean addOwner(Principal caller, Principal owner) in addOwner()58 boolean deleteOwner(Principal caller, Principal owner) in deleteOwner()68 boolean isOwner(Principal owner); in isOwner()
641 final ForkJoinWorkerThread owner; // owning thread or null if shared field in ForkJoinPool.WorkQueue649 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner, int mode, in WorkQueue()
864 uint64_t owner; in Posix_gettid() local