Lines Matching full:threadid
161 return owner ? owner->threadId : 0;
173 u4 threadId = lockOwner(obj);
175 if (threadId == 0)
177 return dvmGetThreadByThreadId(threadId);
189 return thread->threadId == lockOwner(obj);
837 assert(LW_LOCK_OWNER(obj->lock) == self->threadId);
864 u4 thin, newThin, threadId;
868 threadId = self->threadId;
877 if (LW_LOCK_OWNER(thin) == threadId) {
898 newThin = thin | (threadId << LW_LOCK_OWNER_SHIFT);
908 threadId, &obj->lock, 0, *thinp, thin);
931 newThin = thin | (threadId << LW_LOCK_OWNER_SHIFT);
970 threadId, &obj->lock);
976 threadId, &obj->lock, 0, *thinp, thin);
986 ALOGV("(%d) lock %p fattened", threadId, &obj->lock);
1019 if (LW_LOCK_OWNER(thin) == self->threadId) {
1077 if (LW_LOCK_OWNER(thin) != self->threadId) {
1089 ALOGV("(%d) lock %p fattened by wait()", self->threadId, &obj->lock);
1108 if (LW_LOCK_OWNER(thin) != self->threadId) {
1136 if (LW_LOCK_OWNER(thin) != self->threadId) {
1270 if (self->threadId == lockOwner(obj)) {
1325 assert(owner != self->threadId);
1332 if (thread->threadId == owner) {