Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/
DThread.cpp3131 static int getSchedulerGroup(int tid, char* buf, size_t bufLen) in getSchedulerGroup()
3214 static void dumpSchedStat(const DebugOutputTarget* target, pid_t tid) { in dumpSchedStat()
3254 static void getSchedulerStats(SchedulerStats* stats, pid_t tid) { in getSchedulerStats()
3382 static void dumpNativeThread(const DebugOutputTarget* target, pid_t tid) { in dumpNativeThread()
3421 static bool isDalvikThread(pid_t tid) { in isDalvikThread()
3489 pid_t tid = strtol(de.d_name, &end, 10); in dvmDumpAllThreadsEx() local
DMisc.cpp633 bool dvmGetThreadStats(ProcStatData* pData, pid_t tid) in dvmGetThreadStats()
/dalvik/vm/interp/
DStack.cpp1386 void dvmDumpNativeStack(const DebugOutputTarget* target, pid_t tid) in dvmDumpNativeStack()
/dalvik/vm/oo/
DClass.cpp206 unsigned int tid = (unsigned int) pthread_self(); in logClassLoadWithTime() local