Searched refs:owner (Results 1 – 5 of 5) sorted by relevance
73 Thread* owner; /* which thread currently owns the lock? */ member148 Thread *owner; in lockOwner() local160 owner = LW_MONITOR(lock)->owner; in lockOwner()161 return owner ? owner->threadId : 0; in lockOwner()349 if (mon->owner == self) { in lockMonitor()390 mon->owner = self; in lockMonitor()418 if (mon->owner == self) { in tryLockMonitor()423 mon->owner = self; in tryLockMonitor()443 if (mon->owner == self) { in unlockMonitor()448 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."
30 "Licensor" shall mean the copyright owner or entity authorized by31 the copyright owner that is granting the License.69 submitted to Licensor for inclusion in the Work by the copyright owner71 the copyright owner. For the purposes of this definition, "submitted"78 designated in writing by the copyright owner as "Not a Contribution."
1263 Thread* owner; in dumpFrames() local1264 if (extractMonitorEnterObject(thread, &obj, &owner)) { in dumpFrames()1265 printWaitMessage(target, "to lock", obj, owner); in dumpFrames()