Home | History | Annotate | Download | only in vm

Lines Matching full:threadid

233             //ALOGW("notify %d", thread->threadId);
285 set4BE(&buf[0x00], thread->threadId);
298 set4BE(&buf[0x00], thread->threadId);
307 void dvmDdmSendThreadNameChange(int threadId, StringObject* newName)
325 set4BE(&buf[0x00], threadId);
344 * (4b) threadId
400 set4BE(buf+0, thread->threadId);
426 ArrayObject* dvmDdmGetStackTraceById(u4 threadId)
435 if (thread->threadId == threadId)
439 ALOGI("dvmDdmGetStackTraceById: threadid=%d not found", threadId);