Searched defs:threadId (Results 1 - 4 of 4) sorted by last modified time

/art/tools/dmtracedump/
H A Dcreatetesttrace.cc63 int32_t threadId; member in struct:dataRecord
134 int32_t threadId = strtoul(cp, &cp, 0); local
135 if (maxThreadId < threadId) maxThreadId = threadId;
159 uint32_t threadId; local
174 * default values for the time and threadId.
177 threadId = 1;
181 threadId = strtoul(cp, &cp, 0);
186 if (callStack[threadId].frames == nullptr) {
188 callStack[threadId]
329 writeDataRecord(FILE* dataFp, int32_t threadId, uint32_t methodVal, uint32_t elapsedTime) argument
[all...]
H A Dtracedump.cc133 int32_t threadId; member in struct:ThreadEntry
667 pKeys->threads[i].threadId = atoi(data);
796 return ((const ThreadEntry*) thread1)->threadId -
797 ((const ThreadEntry*) thread2)->threadId;
887 printf("%2d %s\n", pKeys->threads[i].threadId, pKeys->threads[i].threadName);
994 * Reads the next data record, and assigns the data values to threadId,
995 * methodVal and elapsedTime. On end-of-file, the threadId, methodVal,
999 int32_t readDataRecord(FILE* dataFp, DataHeader* dataHeader, int32_t* threadId, argument
1011 *threadId = id;
1071 int32_t threadId; local
2060 int32_t threadId; local
[all...]
/art/runtime/jdwp/
H A Djdwp_event.cc215 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth);
330 Dbg::UnconfigureStep(pMod->step.threadId);
506 if (!Dbg::MatchThread(pMod->threadOnly.threadId, basket.thread)) {
546 if (!Dbg::MatchThread(pMod->step.threadId, basket.thread)) {
660 ObjectId threadId) {
664 CHECK_EQ(threadId, Dbg::GetThreadSelfId()) << "Only the current thread can suspend itself";
668 AcquireJdwpTokenForEvent(threadId);
674 SuspendByPolicy(suspend_policy, threadId);
700 void JdwpState::AcquireJdwpTokenForEvent(ObjectId threadId) { argument
701 SetWaitForJdwpToken(threadId);
659 SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy, ObjectId threadId) argument
715 SetWaitForJdwpToken(ObjectId threadId) argument
808 ObjectId threadId = Dbg::GetThreadSelfId(); local
[all...]
H A Djdwp_event.h45 ObjectId threadId; member in struct:art::JDWP::JdwpEventMod::__anon147
76 ObjectId threadId; member in struct:art::JDWP::JdwpEventMod::__anon154

Completed in 72 milliseconds