Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc87 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in Monitor() argument
91 owner_(owner), in Monitor()
105 CHECK(owner == nullptr || owner == self || owner->IsSuspended()); in Monitor()
109 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code, in Monitor() argument
114 owner_(owner), in Monitor()
127 CHECK(owner == nullptr || owner == self || owner->IsSuspended()); in Monitor()
387 Thread* owner = owner_; in Unlock() local
388 if (owner == self) { in Unlock()
403 FailedUnlock(GetObject(), self, owner, this); in Unlock()
601 Thread* owner = monitor->owner_; in Deflate() local
[all …]
Dmonitor_pool.h45 static Monitor* CreateMonitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in CreateMonitor() argument
48 Monitor* mon = new Monitor(self, owner, obj, hash_code); in CreateMonitor()
52 return GetMonitorPool()->CreateMonitorInPool(self, owner, obj, hash_code); in CreateMonitor()
115 Monitor* CreateMonitorInPool(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code)
Dmonitor_pool.cc91 Monitor* MonitorPool::CreateMonitorInPool(Thread* self, Thread* owner, mirror::Object* obj, in CreateMonitorInPool() argument
110 Monitor* monitor = new(mon_uninitialized) Monitor(self, owner, obj, hash_code, id); in CreateMonitorInPool()
Dmonitor.h151 explicit Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code)
153 explicit Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code,
174 static void Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code)
Dutils.cc61 uint64_t owner; in GetTid() local
62 CHECK_PTHREAD_CALL(pthread_threadid_np, (nullptr, &owner), __FUNCTION__); // Requires Mac OS 10.6 in GetTid()
63 return owner; in GetTid()
/art/
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."