Searched refs:owner (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | monitor.cc | 83 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in Monitor() argument 87 owner_(owner), in Monitor() 101 CHECK(owner == nullptr || owner == self || owner->IsSuspended()); in Monitor() 105 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code, in Monitor() argument 110 owner_(owner), in Monitor() 123 CHECK(owner == nullptr || owner == self || owner->IsSuspended()); in Monitor() 385 Thread* owner = owner_; in Unlock() local 386 if (owner == self) { in Unlock() 401 FailedUnlock(GetObject(), self, owner, this); in Unlock() 624 Thread* owner = monitor->owner_; in Deflate() local [all …]
|
D | monitor_pool.h | 45 static Monitor* CreateMonitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in CreateMonitor() argument 48 return new Monitor(self, owner, obj, hash_code); in CreateMonitor() 50 return GetMonitorPool()->CreateMonitorInPool(self, owner, obj, hash_code); in CreateMonitor() 110 Monitor* CreateMonitorInPool(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code)
|
D | monitor_pool.cc | 91 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()
|
D | monitor.h | 131 explicit Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) 133 explicit Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code, 151 static void Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code)
|
D | utils.cc | 66 uint64_t owner; in GetTid() local 67 CHECK_PTHREAD_CALL(pthread_threadid_np, (NULL, &owner), __FUNCTION__); // Requires Mac OS 10.6 in GetTid() 68 return owner; in GetTid()
|
/art/ |
D | NOTICE | 25 "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."
|