Home | History | Annotate | Download | only in vm

Lines Matching defs:threadId

165         return owner ? owner->threadId : 0;
177 u4 threadId = lockOwner(obj);
179 if (threadId == 0)
181 return dvmGetThreadByThreadId(threadId);
193 return thread->threadId == lockOwner(obj);
836 assert(LW_LOCK_OWNER(obj->lock) == self->threadId);
863 u4 thin, newThin, threadId;
867 threadId = self->threadId;
876 if (LW_LOCK_OWNER(thin) == threadId) {
897 newThin = thin | (threadId << LW_LOCK_OWNER_SHIFT);
907 threadId, &obj->lock, 0, *thinp, thin);
930 newThin = thin | (threadId << LW_LOCK_OWNER_SHIFT);
969 threadId, &obj->lock);
975 threadId, &obj->lock, 0, *thinp, thin);
985 LOGV("(%d) lock %p fattened", threadId, &obj->lock);
1018 if (LW_LOCK_OWNER(thin) == self->threadId) {
1076 if (LW_LOCK_OWNER(thin) != self->threadId) {
1088 LOGV("(%d) lock %p fattened by wait()", self->threadId, &obj->lock);
1107 if (LW_LOCK_OWNER(thin) != self->threadId) {
1135 if (LW_LOCK_OWNER(thin) != self->threadId) {
1269 if (self->threadId == lockOwner(obj)) {
1324 assert(owner != self->threadId);
1331 if (thread->threadId == owner) {