Home | History | Annotate | Download | only in runtime

Lines Matching defs:lock

474     // If we're in kStarting, we won't have a thin lock id or tid yet.
1041 // Thread.join() is implemented as an Object.wait() on the Thread.lock object. Signal anyone
1043 mirror::Object* lock =
1045 // (This conditional is only needed for tests, where Thread.lock won't have been set.)
1046 if (lock != NULL) {
1047 ObjectLock locker(self, lock);