Searched refs:tid (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/ |
D | Ddm.c | 367 static bool getThreadStats(pid_t pid, pid_t tid, unsigned long* pUtime, in getThreadStats() argument 403 sprintf(nameBuf, "/proc/%d/task/%d/stat", (int) pid, (int) tid); in getThreadStats()
|
/dalvik/vm/oo/ |
D | Class.c | 201 unsigned int tid = (unsigned int) pthread_self(); in logClassLoadWithTime() local 203 LOG(LOG_INFO, "PRELOAD", "%c%d:%d:%d:%s:%d:%s:%lld\n", type, ppid, pid, tid, in logClassLoadWithTime()
|