Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/
DSync.cpp73 Thread* owner; /* which thread currently owns the lock? */ member
148 Thread *owner; in lockOwner() local
160 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 …]
/dalvik/dx/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
26 the copyright owner that is granting the License.
64 submitted to Licensor for inclusion in the Work by the copyright owner
66 the copyright owner. For the purposes of this definition, "submitted"
73 designated in writing by the copyright owner as "Not a Contribution."
/dalvik/dexdump/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
26 the copyright owner that is granting the License.
64 submitted to Licensor for inclusion in the Work by the copyright owner
66 the copyright owner. For the purposes of this definition, "submitted"
73 designated in writing by the copyright owner as "Not a Contribution."
/dalvik/
DNOTICE30 "Licensor" shall mean the copyright owner or entity authorized by
31 the copyright owner that is granting the License.
69 submitted to Licensor for inclusion in the Work by the copyright owner
71 the copyright owner. For the purposes of this definition, "submitted"
78 designated in writing by the copyright owner as "Not a Contribution."
/dalvik/vm/interp/
DStack.cpp1263 Thread* owner; in dumpFrames() local
1264 if (extractMonitorEnterObject(thread, &obj, &owner)) { in dumpFrames()
1265 printWaitMessage(target, "to lock", obj, owner); in dumpFrames()