Searched refs:owner (Results 1 – 5 of 5) sorted by relevance
73 Thread* owner; /* which thread currently owns the lock? */ member152 Thread *owner; in lockOwner() local164 owner = LW_MONITOR(lock)->owner; in lockOwner()165 return owner ? owner->threadId : 0; in lockOwner()348 if (mon->owner == self) { in lockMonitor()389 mon->owner = self; in lockMonitor()417 if (mon->owner == self) { in tryLockMonitor()422 mon->owner = self; in tryLockMonitor()442 if (mon->owner == self) { in unlockMonitor()447 mon->owner = NULL; in unlockMonitor()[all …]
25 "Licensor" shall mean the copyright owner or entity authorized by26 the copyright owner that is granting the License.64 submitted to Licensor for inclusion in the Work by the copyright owner66 the copyright owner. For the purposes of this definition, "submitted"73 designated in writing by the copyright owner as "Not a Contribution."
1260 Thread* owner; in dumpFrames() local1261 if (extractMonitorEnterObject(thread, &obj, &owner)) { in dumpFrames()1262 printWaitMessage(target, "to lock", obj, owner); in dumpFrames()