Searched defs:threadId (Results 1 - 13 of 13) sorted by relevance

/dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
H A DDdmVmInternal.java66 native public static StackTraceElement[] getStackTraceById(int threadId); argument
/dalvik/vm/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.c88 * public static StackTraceElement[] getStackTraceById(int threadId)
91 * NULL on failure, e.g. if the threadId couldn't be found.
97 u4 threadId = args[0]; local
100 trace = dvmDdmGetStackTraceById(threadId);
H A Djava_lang_VMThread.c170 int threadId = -1; local
176 threadId = thread->threadId;
179 dvmDdmSendThreadNameChange(threadId, nameStr);
181 //LOGI("UPDATE: threadid=%d now '%s'\n", threadId, str);
/dalvik/vm/jdwp/
H A DJdwpEvent.h40 ObjectId threadId; member in struct:JdwpEventMod::__anon78
71 ObjectId threadId; member in struct:JdwpEventMod::__anon85
H A DJdwpEvent.c106 ObjectId threadId; /* ThreadOnly */ member in struct:ModBasket
194 dvmDbgConfigureStep(pMod->step.threadId, pMod->step.size,
253 dvmDbgUnconfigureStep(pMod->step.threadId);
474 if (pMod->threadOnly.threadId != basket->threadId)
509 if (pMod->step.threadId != basket->threadId)
649 * Call this with a threadId of zero if you just want to wait for the
655 void dvmJdwpSetWaitForEventThread(JdwpState* state, ObjectId threadId) argument
668 state->eventThreadId, threadId);
750 ObjectId threadId = dvmDbgGetThreadSelfId(); local
926 dvmJdwpPostThreadChange(JdwpState* state, ObjectId threadId, bool start) argument
[all...]
H A DJdwpHandler.c116 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId)
126 LOGV(" --> threadId=%llx objectId=%llx\n", threadId, objectId);
159 err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId,
829 ObjectId threadId; local
833 threadId = dvmReadObjectId(&buf);
837 threadId, 0, classId, methodId);
892 * This can get called on different things, e.g. threadId gets
1004 ObjectId threadId; local
1009 threadId
114 finishInvoke(JdwpState* state, const u1* buf, int dataLen, ExpandBuf* pReply, ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId) argument
1081 ObjectId threadId; local
1106 ObjectId threadId; local
1127 ObjectId threadId; local
1148 ObjectId threadId; local
1174 ObjectId threadId; local
1195 ObjectId threadId; local
1247 ObjectId threadId; local
1274 ObjectId threadId; local
1293 ObjectId threadId; local
1358 ObjectId threadId; local
1557 ObjectId threadId = dvmReadObjectId(&buf); local
1634 ObjectId threadId; local
1717 ObjectId threadId; local
1755 ObjectId threadId; local
1791 ObjectId threadId; local
[all...]
/dalvik/tools/dmtracedump/
H A DCreateTestTrace.c64 int threadId; member in struct:dataRecord
121 unsigned int time = 0, threadId; local
147 int threadId = strtoul(cp, &cp, 0); local
148 if (maxThreadId < threadId)
149 maxThreadId = threadId;
177 * default values for the time and threadId.
180 threadId = 1;
185 threadId = strtoul(cp, &cp, 0);
190 if (callStack[threadId].frames == NULL) {
193 callStack[threadId]
336 writeDataRecord(FILE *dataFp, int threadId, unsigned int methodVal, unsigned int elapsedTime) argument
[all...]
H A DTraceDump.c128 int threadId; member in struct:ThreadEntry
747 pKeys->threads[i].threadId = atoi(data);
897 return ((const ThreadEntry*) thread1)->threadId -
898 ((const ThreadEntry*) thread2)->threadId;
995 pKeys->threads[i].threadId, pKeys->threads[i].threadName);
1109 * Reads the next data record, and assigns the data values to threadId,
1110 * methodVal and elapsedTime. On end-of-file, the threadId, methodVal,
1114 int readDataRecord(FILE *dataFp, int *threadId, unsigned int *methodVal, argument
1131 *threadId = id;
1181 int threadId; local
2296 int threadId; local
2418 int threadId; local
[all...]
/dalvik/vm/
H A DAllocTracker.c52 u2 threadId; /* simple thread ID; could be recycled */ member in struct:AllocRecord
203 pRec->threadId = self->threadId;
234 (2b) threadId
400 set2BE(&ptr[4], pRec->threadId);
614 pRec->threadId, pRec->size, pRec->clazz->descriptor);
H A DDdm.c269 //LOGW("notify %d\n", thread->threadId);
314 set4BE(&buf[0x00], thread->threadId);
326 set4BE(&buf[0x00], thread->threadId);
335 void dvmDdmSendThreadNameChange(int threadId, StringObject* newName) argument
352 set4BE(&buf[0x00], threadId);
458 * (4b) threadId
512 set4BE(buf+0, thread->threadId);
538 ArrayObject* dvmDdmGetStackTraceById(u4 threadId) argument
547 if (thread->threadId == threadId)
[all...]
H A DSync.c123 * Thread.threadId is guaranteed to have bit 0 set, and all new Objects
289 return thread->threadId == (lock.thin & 0xffff);
430 // mon->obj, mon->owner->threadId, self->threadId);
531 self->threadId, mon->notifying, mon->interrupting,
580 LOGVV("threadid=%d: waiting on %p\n", self->threadId, mon);
593 LOGVV("threadid=%d wakeup: timeout\n", self->threadId);
615 LOGD("threadid=%d wakeup: interrupted\n", self->threadId);
618 LOGD("threadid=%d wakeup: not interruptible\n", self->threadId);
627 LOGVV("threadid=%d wakeup: notified\n", self->threadId);
745 u4 threadId = self->threadId; local
905 u4 threadId = self->threadId; local
[all...]
H A DThread.h85 u4 threadId; member in struct:Thread
H A DDebugger.c221 dvmThreadSelf()->threadId);
1707 bool dvmDbgGetThreadStatus(ObjectId threadId, u4* pThreadStatus, argument
1714 threadObj = objectIdToObject(threadId);
1755 u4 dvmDbgGetThreadSuspendCount(ObjectId threadId) argument
1761 threadObj = objectIdToObject(threadId);
1783 bool dvmDbgThreadExists(ObjectId threadId) argument
1789 threadObj = objectIdToObject(threadId);
1810 bool dvmDbgIsSuspended(ObjectId threadId) argument
1816 threadObj = objectIdToObject(threadId);
1841 void dvmDbgWaitForSuspend(ObjectId threadId)
1882 dvmDbgGetThreadName(ObjectId threadId) argument
1913 dvmDbgGetThreadGroup(ObjectId threadId) argument
2085 dvmDbgGetThreadFrameCount(ObjectId threadId) argument
2116 dvmDbgGetThreadFrame(ObjectId threadId, int num, FrameId* pFrameId, JdwpLocation* pLoc) argument
2194 dvmDbgSuspendThread(ObjectId threadId) argument
2215 dvmDbgResumeThread(ObjectId threadId) argument
2283 dvmDbgGetThisObject(ObjectId threadId, FrameId frameId, ObjectId* pThisId) argument
2300 dvmDbgGetLocalValue(ObjectId threadId, FrameId frameId, int slot, u1 tag, u1* buf, int expectedLen) argument
2391 dvmDbgSetLocalValue(ObjectId threadId, FrameId frameId, int slot, u1 tag, u8 value, int width) argument
2600 dvmDbgConfigureStep(ObjectId threadId, enum JdwpStepSize size, enum JdwpStepDepth depth) argument
2642 dvmDbgUnconfigureStep(ObjectId threadId) argument
2656 dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId, u4 numArgs, ObjectId* argArray, u4 options, u1* pResultTag, u8* pResultValue, ObjectId* pExceptObj) argument
[all...]

Completed in 2432 milliseconds