Searched defs:tid (Results 1 – 4 of 4) sorted by relevance
3131 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
633 bool dvmGetThreadStats(ProcStatData* pData, pid_t tid) in dvmGetThreadStats()
1386 void dvmDumpNativeStack(const DebugOutputTarget* target, pid_t tid) in dvmDumpNativeStack()
206 unsigned int tid = (unsigned int) pthread_self(); in logClassLoadWithTime() local