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
152 Thread *owner; in lockOwner() local
164 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 …]
/dalvik/
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/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/vm/interp/
DStack.cpp1260 Thread* owner; in dumpFrames() local
1261 if (extractMonitorEnterObject(thread, &obj, &owner)) { in dumpFrames()
1262 printWaitMessage(target, "to lock", obj, owner); in dumpFrames()